Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tmp Folder


Leeroy

Recommended Posts

Sorry con anyone say me where I must set the tmp Folder the Browser take me

 

teh message :

 

Warning: session_start() [function.session-start]: open(/tmp\sess_c5597748334e406b8a2701079112bcf9, O_RDWR) failed: No such file or directory (2) in C:\xampp\htdocs\oscommerce\catalog\includes\functions\sessions.php on line 67

Link to comment
Share on other sites

Sorry con anyone say me where I must set the tmp Folder the Browser take me

 

teh message :

 

Warning: session_start() [function.session-start]: open(/tmp\sess_c5597748334e406b8a2701079112bcf9, O_RDWR) failed: No such file or directory (2) in C:\xampp\htdocs\oscommerce\catalog\includes\functions\sessions.php on line 67

 

In your two configure.php files

 

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??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...