cln Posted July 16, 2003 Share Posted July 16, 2003 We just changed hosting companies and now when I load my default.php page I get these errors: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /pathto/configure.php:49) in /pathto/catalog/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /pathto/catalog/includes/configure.php:49) in /pathto/catalog/includes/functions/sessions.php on line 67 Does anyone know how I can get rid of these warnings. Thank you Charity Quote Link to comment Share on other sites More sharing options...
cln Posted July 16, 2003 Author Share Posted July 16, 2003 Sorry, I didn't see the other post til now; and I didn't realize I had to be in a certain forum. But I found the problem. Thanks Quote Link to comment Share on other sites More sharing options...
alexs Posted July 29, 2003 Share Posted July 29, 2003 It's good to leave a link when you find the problem so when others search it up they find the solution. :) Quote Link to comment Share on other sites More sharing options...
cln Posted July 30, 2003 Author Share Posted July 30, 2003 I just had to delete the extra space at the end of configure.php before the end php tags. It did the trick. Good luck. Quote Link to comment Share on other sites More sharing options...
cln Posted July 30, 2003 Author Share Posted July 30, 2003 I'm sorry, I meant after the end php tags. Delete the space at the end of the file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.