Theories Posted December 8, 2003 Share Posted December 8, 2003 Can you help me out with this? Version: tep_snapshot-20031207.zip Page: first page On the top of the page : Warning: session_start(): open(/tmp\sess_c9b9d6832cfb29caec27ce1e6b24ed80, O_RDWR) failed: No such file or directory (2) in wwwroot\includes\classes\session.php on line 42 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at wwwroot\includes\classes\session.php:42) in wwwroot\includes\classes\session.php on line 42 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. At the bottom on the page: Warning: session_write_close(): open(/tmp\sess_c9b9d6832cfb29caec27ce1e6b24ed80, O_RDWR) failed: No such file or directory (2) in wwwroot\includes\classes\session.php on line 91 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in wwwroot\includes\classes\session.php on line 91 I`ve tried creating a tmp dir , but it doesnt help Link to comment Share on other sites More sharing options...
Guest Posted December 9, 2003 Share Posted December 9, 2003 Your host will have to create the tmp directory for you or you can just store sessions in "mysql" by changing it in the includes/configure.php files where you define where you would like to store sessions. HTH Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.