Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Settiung up Store


KISS ME COMIX

Recommended Posts

Posted

I finalyy managed to get oscommerce to comeup to at least the configuration page and I'm edit the database for the store, now trying to back all this up

I go to tools and database backup

 

I get this error that the back the back-up directiry does not exist,

and I need to set it up in configure.php

 

where do I go to do this?

Posted
Create the dir /catalog/admin/backups and set the permissions to 777.
Posted
I finalyy managed to get oscommerce to comeup to at least the configuration page and I'm edit the database for the store, now trying to back all this up

I go to tools and database backup

 

I get this error that the back the back-up directiry does not exist,

and I need to set it up in configure.php

 

where do I go to do this?

You need to create a backups directory in your admin directory. Call it backups. In the Admin>Includes>configure.php file:

 

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

Archived

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

×
×
  • Create New...