Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP PLZ


ZoneX

Recommended Posts

After i install the osCommerce shows this message in the top of the page

 

Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

What should i do ??

Link to comment
Share on other sites

You may create a tmp folder in your root directory, or you can open catalog/includes/configure.php and admin/includes/configure.php in your text editor and set the following:

 

  define('STORE_SESSIONS', 'mysql');

 

The latter will store sessions in the database.... a good option :shock:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...