Page 1 of 1

OScommerce

Posted: Wed Feb 09, 2005 8:58 am
by drumzct
Hey all, new to PHP and wondered if anyone had any experience with OSCommerce. I'm having problems with some of the php files that are failing to start sessions in the oscommerce administrator. This is what the error is
Warning: session_start(): open(/tmp\sess_2d1ede97d5da915511507c67bba69206, O_RDWR) failed: No such file or directory (2) in C:\*******\********\catalog\admin\includes\functions\sessions.php on line 67

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

Warning: Cannot modify header information - headers already sent by (output started at C:\*******\********\catalog\admin\includes\functions\sessions.php:67) in C:\*******\********\catalog\admin\includes\functions\general.php on line 18

Warning: Unknown(): open(/tmp\sess_2d1ede97d5da915511507c67bba69206, 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
any help would be greatly appreciated.

Posted: Wed Feb 09, 2005 9:02 am
by JayBird