Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trouble with index page


voxi

Recommended Posts

I dont know how to fix this

 

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

 

Easiest fix is to have your sessions written to the database which is better anyway.

For this you will have to edit your (catalog)/includes/configure.php and your (catalog)/admin/includes/configure.php. In both files look for

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

and change that to

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...