RogerB Posted July 10, 2012 Report Share Posted July 10, 2012 I am in the process of implementing a new skin for my operation. My main pages will be .php type pages. The strange thing is they all have the same code but only 3 or 4 act up and I am baffled... this is the error. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/zrotzel/public_html/about.php:1) in/home/zrotzel/public_html/core/codon.config.php on line 40 Quote Link to comment Share on other sites More sharing options...
Scott Posted July 10, 2012 Report Share Posted July 10, 2012 Are you using any custom modules? Quote Link to comment Share on other sites More sharing options...
SouthwestVA Posted July 12, 2012 Report Share Posted July 12, 2012 is there a space before <?php like: Line 1: Line 2: <?php Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 13, 2012 Author Report Share Posted July 13, 2012 session_start(); It's that line of code on line 40, when I remove it the error goes away. This is really strange as it only does it on certain pages, but they all use the same frickin code... But when I remove it I can't log in. WTF Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 13, 2012 Author Report Share Posted July 13, 2012 I eliminated all space...........This is really frickin frustrating..... :angry: Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 14, 2012 Author Report Share Posted July 14, 2012 Just made another .php page, no error. I am not getting the randomness of it.. Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 15, 2012 Author Report Share Posted July 15, 2012 After researching I found that using Dreamweaver save the files in normal UTF 8 without BOM signature and problem fixed!!! 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.