KISS ME COMIX Posted December 6, 2005 Posted December 6, 2005 I finalyy managed to get oscommerce to comeup to at least the configuration page and I'm edit the database for the store, now trying to back all this up I go to tools and database backup I get this error that the back the back-up directiry does not exist, and I need to set it up in configure.php where do I go to do this?
Guest Posted December 6, 2005 Posted December 6, 2005 Create the dir /catalog/admin/backups and set the permissions to 777.
MJP Posted December 6, 2005 Posted December 6, 2005 I finalyy managed to get oscommerce to comeup to at least the configuration page and I'm edit the database for the store, now trying to back all this up I go to tools and database backup I get this error that the back the back-up directiry does not exist, and I need to set it up in configure.php where do I go to do this? You need to create a backups directory in your admin directory. Call it backups. In the Admin>Includes>configure.php file: define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.