Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No such file /headers already sent


harryc

Recommended Posts

I just installed OSCommerce on a NT 4.0 server under IIS 4.0. When ever I try to start the admin tools, they come up but with the following errors:

 

Warning: session_start(): open(/tmp\sess_096acc7ba0018053467cf5d96dc4e8f8, O_RDWR) failed: No such file or directory (2) in C:\InetPub\test1\admin\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\InetPub\test1\admin\includes\functions\sessions.php:67) in C:\InetPub\test1\admin\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\InetPub\test1\admin\includes\functions\sessions.php:67) in C:\InetPub\test1\admin\includes\functions\sessions.php on line 67

 

 

I did check sessions.php for extra spaces before and after as one tip suggested, but there were none. I had similar messages the first time I started the actual store so I checked sessions.php for extra spaces, there were none but i saved the file anyways with phpedit. then the store worked without errors, I tried the same on the admin but it didn't help.

Any suggestions?

Thanks

Harry

Link to comment
Share on other sites

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\InetPub\test1\admin\includes\functions\sessions.php:67) in C:\InetPub\test1\admin\includes\functions\sessions.php on line 67

This is definitely a white space error, go to sesions.php and put your cursor at the end of the last > hit delete and save. That should take care of this error

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...