Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Session Problem


Guest

Recommended Posts

Posted

Hi all,

 

I am new to osCommerce and I need help. I just installed osCommerce and when I run the http://<localhost>/catalog/index.php I receive the following errors:

 

Warning: session_start(): open(/tmp\sess_a289e1d976b2e6b81ae4c5bd3082debd, O_RDWR) failed: No such file or directory (2) in C:\HTTPd\htdocs\catalog\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\HTTPd\htdocs\catalog\includes\functions\sessions.php:67) in C:\HTTPd\htdocs\catalog\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\HTTPd\htdocs\catalog\includes\functions\sessions.php:67) in C:\HTTPd\htdocs\catalog\includes\functions\sessions.php on line 67

 

//This one below is in pink bar

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

 

Warning: session_write_close(): open(/tmp\sess_a289e1d976b2e6b81ae4c5bd3082debd, O_RDWR) failed: No such file or directory (2) in C:\HTTPd\htdocs\catalog\includes\functions\sessions.php on line 106

 

Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in C:\HTTPd\htdocs\catalog\includes\functions\sessions.php on line 106

 

I would appreciate your help. Thanks!

Posted

In catalog and admin/includes/configure.php

Change this

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

to this

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

 

The_Bear

Posted

Thanks the_bear, works great. BTW, there's no instruction on the 'Install' Text file on what to do with the 'admin' subfolder' and what it does. Can you help me? Is there a more detailed user manual out there? Thanks

Archived

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

×
×
  • Create New...