bluvalentino Posted February 22, 2006 Posted February 22, 2006 Hi ! Anyone can help me ? i have install oscommerce in my server, i have import data base and config all, and all is going ok, but at the end, when i have select ADMINISTRATION TOOL i get this result: Warning: session_start(): open(/tmp\sess_0091626a03d522dc84d0ca3ec607a66c, O_RDWR) failed: No such file or directory (2) in D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php:67) in D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php:67) in D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php on line 67 Why ? :( Thank you for help !
♥Vger Posted February 22, 2006 Posted February 22, 2006 The second and third errors are caused by the first. The first error is caused by storing sessions in files inside a 'tmp' folder which does not exist. To resolve the problem edit the last line of both configure.php files to read 'mysql' where indicated. Vger
Guest Posted February 23, 2006 Posted February 23, 2006 Hi, had the same problem, followed the below and voila! Thanks! :D The second and third errors are caused by the first. The first error is caused by storing sessions in files inside a 'tmp' folder which does not exist. To resolve the problem edit the last line of both configure.php files to read 'mysql' where indicated. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.