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';
- mercromina responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 08:01 PM
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
