Migrating from .764 to Zikula  Bottom

  • I'm using the migration tool to migrate but can't seem to connect to my DB. I can connect with cpanel and see it when I ftp in. Any suggestions?

    This is what the old config says:
    $pnconfig['dbtype'] = 'mysql';
    $pnconfig['dbtabletype'] = 'myisam';
    $pnconfig['dbhost'] = 'localhost';
    $pnconfig['dbuname'] = 'tcamp1_pnke1';
    $pnconfig['dbpass'] = 'hNeq1Koe01c6';
    $pnconfig['dbname'] = 'tcamp1_pnke1';
    $pnconfig['system'] = '0';
    $pnconfig['prefix'] = 'nuke';
    $pnconfig['encoded'] = '0';
    $pnconfig['pconnect'] = '0';
    $pnconfig['temp'] = 'pnTemp';

    and this is what I am trying in the migration config:
    global $PNConfig;
    $PNConfig['System']['installed'] = 1; // installer will change this during installation
    $PNConfig['System']['tabletype'] = 'myisam'; // installer will change this during installation
    $PNConfig['System']['temp'] = 'pnTemp'; // installer will change this during installation
    $PNConfig['System']['prefix'] = 'nuke'; // installer will change this during installation
    $PNConfig['System']['development'] = 0;
    $PNConfig['DBInfo']['default']['dbtype'] = 'mysql';
    $PNConfig['DBInfo']['default']['dbhost'] = 'localhost';
    $PNConfig['DBInfo']['default']['dbuname'] = 'tcamp1_pnke1';
    $PNConfig['DBInfo']['default']['dbpass'] = 'hNeq1Koe01c6';
    $PNConfig['DBInfo']['default']['dbname'] = 'tcamp1_pnke1';
    $PNConfig['DBInfo']['default']['encoded'] = 1;
    $PNConfig['DBInfo']['default']['pconnect'] = 0;
    $PNConfig['DBInfo']['default']['dbtabletype'] = 'innodb';
    $PNConfig['DBInfo']['default']['dbcharset'] = 'latin1';
  • Not sure but I notice that in the second case you have encoding said to 1, in the first to 0.
  • 0 users

This list is based on users active over the last 60 minutes.