Guest Posted February 20, 2005 Share Posted February 20, 2005 Error: Backup directory does not exist. Please set this in configure.php. Any clues ? TIA, Dawn Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 Hi Dawn, You need to make a directory in your admin folder called backups. Set this to 777 via your web host control panel. Also make sure that your configure.php in your admin/includes contains the following line: define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Regards PhilipH Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 Create a new directory catalog/admin/backups If you want to change the name of the backups folder to something else you'll also need to edit this code in catalog/admin/includes/configure.php define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); But you don't gain any benefit for doing this. Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 :thumbsup: Thank you both very much ! Worked perfectly ! Thanks, Dawn Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.