acharme Posted February 27, 2007 Share Posted February 27, 2007 I got a little tired of blowing my online shop sky high every time I wanted to install a contribution, and after hunting the forums, easyphp or xampp looked like the way to go. So. I have easy php installed, tested and working lovely. I have a fresh install of oscommerce and a clean database. But I am getting errors on the home page! Errors follow: Warning: session_start(): open(/tmp\sess_90f896009c11a0a1d5382d44514b1563, O_RDWR) failed: No such file or directory (2) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 97 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at k:\easyphp1-8\www\shop\includes\functions\sessions.php:97) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 97 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at k:\easyphp1-8\www\shop\includes\functions\sessions.php:97) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 97 Warning: session_write_close(): open(/tmp\sess_90f896009c11a0a1d5382d44514b1563, O_RDWR) failed: No such file or directory (2) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 136 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 136 I have similar errors on the admin page. I have hunted the functions\sessions.php for spaces and line breaks. This is a completely fresh install. Would love a clue where I am supposed to go with this? :'( learn...love...laugh...live Link to comment Share on other sites More sharing options...
bill110 Posted February 27, 2007 Share Posted February 27, 2007 Look at these two files catelog/includes/configure.php catelog/admin/includes/configure.php for this line: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' If it is not set to mysql change it and see if that works. My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
acharme Posted February 27, 2007 Author Share Posted February 27, 2007 I knew it had to be simple :thumbsup: Thankyou so very much! learn...love...laugh...live Link to comment Share on other sites More sharing options...
bill110 Posted February 27, 2007 Share Posted February 27, 2007 Glad it worked for you. It was only a guess on my part. My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.