blain Posted May 31, 2005 Share Posted May 31, 2005 I receive this error when I goto my admin section Warning: session_start(): open(/tmp\sess_597d5be5cc5ad09f99ebe5ab501e6b40, O_RDWR) failed: No such file or directory (2) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php:67) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php:67) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 any ideas? Im hosting locally using easyPHP. Steve Link to comment Share on other sites More sharing options...
crash3903 Posted May 31, 2005 Share Posted May 31, 2005 make sure there are no blank lines at the top and bottom of the admin index.php file - common mistake when adding contributions regards Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
blain Posted May 31, 2005 Author Share Posted May 31, 2005 I have note edited the admin/index.php This is a fresh install. Link to comment Share on other sites More sharing options...
blain Posted May 31, 2005 Author Share Posted May 31, 2005 The error continues I get the following error when I enter the admin section Warning: session_start(): open(/tmp\sess_597d5be5cc5ad09f99ebe5ab501e6b40, O_RDWR) failed: No such file or directory (2) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php:67) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php:67) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Then when I try to do something within admin, for example add a section, when I click on the save button, I get a new page with the following error Warning: session_start(): open(tmp\sess_feb0f01ee066c12527cc60920b233cd9, O_RDWR) failed: No such file or directory (2) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php:67) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at d:\program files\easyphp1-8\www\catalog\admin\includes\functions\sessions.php:67) in d:\program files\easyphp1-8\www\catalog\admin\includes\functions\general.php on line 18 Warning: Unknown(): open(tmp\sess_feb0f01ee066c12527cc60920b233cd9, 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 If I then go back a page and refresh it, the section has been added. I think this is something to do with cookies or sessions, but im not sure what. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.