someonenew Posted August 3, 2005 Share Posted August 3, 2005 Ok i have just installed oscommerece, and i am getting the following error: Warning: session_start() [function.session-start]: open(/tmp\sess_25cf7c46d344ab90bf364c973110a8a0, O_RDWR) failed: No such file or directory (2) in c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php:67) in c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php:67) in c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php on line 67 I am using is on a windows 2000 based server using IIS. I have the latest PHP and MYSQL installed, and i have followed instructions form this forum about the configure.php file which i edited, and place mysql in the right places to no avail... any ideas? Link to comment Share on other sites More sharing options...
Guest Posted August 3, 2005 Share Posted August 3, 2005 Ok i have just installed oscommerece, and i am getting the following error: Warning: session_start() [function.session-start]: open(/tmp\sess_25cf7c46d344ab90bf364c973110a8a0, O_RDWR) failed: No such file or directory (2) in c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php:67) in c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php:67) in c:\Inetpub\wwwroot\shop\catalog\includes\functions\sessions.php on line 67 I am using is on a windows 2000 based server using IIS. I have the latest PHP and MYSQL installed, and i have followed instructions form this forum about the configure.php file which i edited, and place mysql in the right places to no avail... any ideas? <{POST_SNAPBACK}> you need create a folder in drive c: named by /tmp/ hti will solve the problem.... Link to comment Share on other sites More sharing options...
someonenew Posted August 3, 2005 Author Share Posted August 3, 2005 you need create a folder in drive c: named by /tmp/ hti will solve the problem.... <{POST_SNAPBACK}> Thank you! that solved the problem... :-) Now i have another one *bangs head against brick wall* When i try to get into the Admin section and the /admin/index.php returns: Fatal error: Cannot re-assign $this in c:\Inetpub\wwwroot\shop\catalog\admin\includes\classes\upload.php on line 31 Know... i know a little PHP but i am not good enough to solve this probelm (at least i dont think i am... Any and all help will be greatfully recieved. Link to comment Share on other sites More sharing options...
OceanRanch Posted August 3, 2005 Share Posted August 3, 2005 Edit c:\Inetpub\wwwroot\shop\catalog\admin\includes\classes\upload.php line 31 and comment it out..... //$this = null; Tom Link to comment Share on other sites More sharing options...
someonenew Posted August 3, 2005 Author Share Posted August 3, 2005 Edit c:\Inetpub\wwwroot\shop\catalog\admin\includes\classes\upload.php line 31 and comment it out..... //$this = null; Tom <{POST_SNAPBACK}> Thank you tom its worked wonders... Many thanks... Anty! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.