OScommerce

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drumzct
Forum Newbie
Posts: 1
Joined: Wed Feb 09, 2005 8:55 am

OScommerce

Post 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.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Post Reply