JoeHeinenDC Posted April 11, 2005 Posted April 11, 2005 I am trying to switch my catalog to a new host. It looked like everything went ok...but I get the following error #!/usr/local/bin/phpWarning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/sawc/public_html/catalog/index.php:4) in /home/sawc/public_html/catalog/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/sawc/public_html/catalog/index.php:4) in /home/sawc/public_html/catalog/includes/functions/sessions.php on line 67 any ideas?
♥Vger Posted April 11, 2005 Posted April 11, 2005 If you follow the link below you'll find the solution to the 'Headers Already Sent' error: http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 You are going to have problems though running osCommerce from the cgi-bin - which your error indicates you are doing. Could this be a PowWeb install by any chance? Vger
JoeHeinenDC Posted April 11, 2005 Author Posted April 11, 2005 If you follow the link below you'll find the solution to the 'Headers Already Sent' error: http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 You are going to have problems though running osCommerce from the cgi-bin - which your error indicates you are doing. Could this be a PowWeb install by any chance? Vger <{POST_SNAPBACK}> Yes its from powweb I am going to another host. How do I undo the cgi part?
♥Vger Posted April 11, 2005 Posted April 11, 2005 You will either have to delete it from each file it is located in, or else do a fresh install. I can't remember offhand if it's just in header.php or all files - but I think it is in all root level files. Moving from PowWeb - good move! Vger
JoeHeinenDC Posted April 11, 2005 Author Posted April 11, 2005 You will either have to delete it from each file it is located in, or else do a fresh install. I can't remember offhand if it's just in header.php or all files - but I think it is in all root level files. Moving from PowWeb - good move! Vger <{POST_SNAPBACK}> Thanks !! Yes the move is good.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.