vmuk Posted January 14, 2005 Posted January 14, 2005 Error: Backup directory does not exist. Please set this in configure.php what needs adding into config to solve this?
OceanRanch Posted January 14, 2005 Posted January 14, 2005 Normally you can just create a folder under your "admin" folder and call it backups. Make the folder readable and writable to all. Then in your catalog/admin/includes/configure.php file make sure you change the following define. define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Then you'll be able to perform database backups and have them stored in that folder. HTH Tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.