smokey2008 Posted July 11, 2008 Posted July 11, 2008 In the Database Backup Manager, I get an error that says, "Error: Backup directory does not exist. Please set this in configure.php." but I don't know how to change the file or know what to do with it. All else on the install has gone well. In the configure.php file the code having to do with the DB is like this: // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'root'); define('DB_SERVER_PASSWORD', 'my password'); define('DB_DATABASE', 'oscommerce'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' It lists the directory "/var/www/html/catalog/admin/backups/" but there is no button to click to backup. all help greatly appreciated. R
♥GLWalker Posted July 11, 2008 Posted July 11, 2008 under catalog/admin/ there should be another directory called "backups" You probally need to set the permissions to 777. Or you may need to create it. Follow the community build: BS3 to osCommerce Responsive from the Get Go! Check out the new construction: Admin Gone to Total BS!
Tantrwm Posted July 15, 2008 Posted July 15, 2008 I'm having a similar problem but my backups directory does exist and the permissions are set. However the path that is given in the Backup Databse Manager is wrong and i can't see where to change this. For some reason the backup path has an extra subdirectory inserted which doesn't exist. Please help, how do i correct this error?
spooks Posted July 15, 2008 Posted July 15, 2008 The error is in your configure.php, check there Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Tantrwm Posted July 15, 2008 Posted July 15, 2008 Great, found it! was looking in the wrong configure file before as well... Thanks The error is in your configure.php, check there
Recommended Posts
Archived
This topic is now archived and is closed to further replies.