Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error: Backup directory does not exist. Please se


vmuk

Recommended Posts

Posted

Error: Backup directory does not exist. Please set this in configure.php

 

what needs adding into config to solve this?

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...