Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error: Backup directory does not exist.


Guest

Recommended Posts

I've got an Error:Backup directory does not exist. Please set this in configure.php.

 

In the 'admin/includes/configure.php'.

 

define('DIR_FS_DOCUMENT_ROOT',

'/usr/local/plesk/apache/vhosts/xxxx.com/httpdocs ');

 

define('DIR_WS_ADMIN', '/shop/admin/');

 

define('DIR_FS_BACKUP', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN . 'backup/')

 

Backup Directory:

/usr/local/plesk/apache/vhosts/xxxx.com/httpdocs/shop/admin/backup/

 

Is that wrong? It's seems OK to me. :?

How can I fix this error? I couldn't found this kind of topic from past topics.

 

Please somebody help me.

Link to comment
Share on other sites

cd shop

cd admin

mkdir 777 backups

 

or;

 

FTP into Admin and right click, choose "create directory" - name it backups.

Right click on the newly created dir and choose set CHMOD. Enter 777 or rwxrwxrwx

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...