Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Back Up?


Guest

Recommended Posts

Posted

Hi,

I'd like to back up a copy of my store to my computer, so that I can practice editing the configuration without affecting the live store.

 

This may sound stupid, but how do I do this????

 

Thanks

Posted
Hi,

I'd like to back up a copy of my store to my computer, so that I can practice editing the configuration without affecting the live store.

 

This may sound stupid, but how do I do this????

 

Thanks

Use an ftp program. The local machine is where you should do your edits anyway.

Posted

I keep getting this message in my Backup directory:

 

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

 

What does this mean? How do I fix????

 

thanks

Posted
I keep getting this message in my Backup directory:

 

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

 

What does this mean? How do I fix????

 

thanks

If you look in configure.php in admin/includes, there will be a line that says

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

this means that you should make a directory called backups under admin.

 

This directory is only for the database backup.

Posted
If you look in configure.php in admin/includes, there will be a line that says

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

this means that you should make a directory called backups under admin.

 

This directory is only for the database backup.

 

 

How do I do this???

Posted

echo this define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

adn then in admin thru FTP tool chek if that directory exist and has proper permission.

 

Generally its a backups folder with admin folder.

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

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

×
×
  • Create New...