Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Backup Error


Guest

Recommended Posts

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

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

Archived

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

×
×
  • Create New...