MoisesZaragoza Posted March 7, 2006 Posted March 7, 2006 when I go into admin/backup.php?selected_box=tools I get a error saying Error: Backup directory does not exist. Please set this in configure.php. what are the settings in configure.php. for the Database Backup Manager and is it in catalog/configure.php or catalog/admin/ configure.php Thanks at the end of the day the code will be good
Avec Posted March 7, 2006 Posted March 7, 2006 There needs to be a directory admin/backup, if it is not there, create it. Its security should be 777. Then make sure you define it in admin/includes/configure.php - define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backup/'); [this if for a store in the root directory]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.