xuoaddict Posted May 19, 2004 Posted May 19, 2004 Under config.php on the catalog and admin side there is an option for define('USE_PCONNECT', 'false'); should this be left as is or changed to true? I also am in need of knowing how to establish a back up for my database. thanks in advance life is short "Eat Desert First"
ryanf Posted May 19, 2004 Posted May 19, 2004 for a backup go to admin->tools->backup If I was crafty, this would be a funny signature.
xuoaddict Posted May 19, 2004 Author Posted May 19, 2004 My Bad..I should have been more specific on the back up. When i go to admin>tools>backup it says ERROR: Backup directory does not exist. Please set this in configure.php. I have been in admin/includes/configure.php and on line 36 is a line define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'BACKUPS/'); is this where I need to make a change? life is short "Eat Desert First"
OceanRanch Posted May 19, 2004 Posted May 19, 2004 Leave the persistent connection value set to false. Only under certain types of setups would you consider using persistent mysql connections rather than the standard mysl_connect. Tom
xuoaddict Posted May 19, 2004 Author Posted May 19, 2004 Thank you Tom.... life is short "Eat Desert First"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.