Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Backup Directory Error


nick119

Recommended Posts

Posted

Hey guys I've been searching these forums for a solution for this problem im having with the backup directory and I can't seem to find anything that helps.

 

But I'm trying to backup my store and I keep getting this: Error: Backup Directory does not exist. Please set this in configure.php .

 

I tried creating a directory name 'backups' in the admin directory and it still is not noticing it. I even chmodde the attributes to 777. I'm not sure where else to modify next. Thanks and appreciate the help.

 

A million thanks.

Posted

errrrrr!!! Now im getting this error: Parse error: syntax error, unexpected T_STRING in /home/comfort1/public_html/store/admin/includes/configure.php on line 39. After playing with some more things and I cant even get into the admin page anymore! Please help lol

Posted

OK this error: Parse error: syntax error, unexpected T_STRING in /home/comfort1/public_html/store/admin/includes/configure.php on line 39.

 

has been fixed now i still have the backup problem any ideas?

Posted

Ok with a little more messing around I solved the problem myself:

 

I just changed the line in the configure.php to

 

define('DIR_FS_BACKUP', DIR_FS_DOCUMENT_ROOT . '/admin/backups/');

 

and all works fine. Thanks and hope this helps someone else.

Archived

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

×
×
  • Create New...