Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Finally up BUT!!!


marcanthony

Recommended Posts

Posted

I getting this error messages please now that I'm up please let me know what to do

 

Warning: Unknown(): open(/tmp/sess_bb5696e9123d8c3f5fe37e9224b891e8, O_RDWR) failed: Permission denied (13) in Unknown on line 0

 

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

Posted

Change the last line of both configure.php files to read:

 

define('STORE_SESSIONS', 'mysql');

 

This then stores sessions in the database, so you don't need a 'tmp' folder (cause of the error message). It's best to use your database to store sessions on a shared server anyway.

 

Vger

Archived

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

×
×
  • Create New...