Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Question about a warning


Guest

Recommended Posts

Posted

I just installed and uploaded everything. The catalog all works but I get a warning at the top that says:

 

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

 

How do I do what it is saying to fix it? Can someone help?

 

Thanks in advance!

Posted
I just installed and uploaded everything. The catalog all works but I get a warning at the top that says:

 

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

 

How do I do what it is saying to fix it? Can someone help?

 

Thanks in advance!

 

The best fix for this especially if you are on a shared server is to open up both your configure.php files and change

 

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

 

To

 

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

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...