Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with ERRORS after installation in the control panel


remihu

Recommended Posts

Posted

I just installed the script and everything went smooth until the very end, maybe somebody can help me: after I finish entering the preliminary admin-config information, I get these lines of error on the back-end control panel:

 

Warning: session_start() [function.session-start]: open(/tmp\sess_1d5daa4e1d0a619f38217860b17843d2, O_RDWR) failed: No such file or directory (2) in F:\Projects\Test\oscommerce\catalog\admin\includes\functions\sessions.php on line 67

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at F:\Projects\Test\oscommerce\catalog\admin\includes\functions\sessions.php:67) in F:\Projects\Test\oscommerce\catalog\admin\includes\functions\sessions.php on line 67

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\Projects\Test\oscommerce\catalog\admin\includes\functions\sessions.php:67) in F:\Projects\Test\oscommerce\catalog\admin\includes\functions\sessions.php on line 67

 

At the footer of that very same page I get these errors as well:

 

Warning: Unknown: open(/tmp\sess_1d5daa4e1d0a619f38217860b17843d2, O_RDWR) failed: No such file or directory (2) 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

 

Thanks.

Posted

you dont have a /tmp/ directory - you can configure the store to store sessions in the database - in /includes/configure.php:

 

  define('STORE_SESSIONS', 'mysql');

 

Matti

Archived

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

×
×
  • Create New...