Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error msg help!!!


Guest

Recommended Posts

Posted

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

 

How in the world can I get rid of this? Please help me...

 

Greatley appreciate any input!

 

Dave Anderson

Posted

In both catalog and admin/includes/configure.php change this:

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

to this:

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

The_Bear

Archived

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

×
×
  • Create New...