RogerB Posted July 10, 2012 Report 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
SouthwestVA Posted July 12, 2012 Report Posted July 12, 2012 is there a space before <?php like: Line 1: Line 2: <?php Quote
RogerB Posted July 13, 2012 Author Report 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
RogerB Posted July 13, 2012 Author Report Posted July 13, 2012 I eliminated all space...........This is really frickin frustrating..... :angry: Quote
RogerB Posted July 14, 2012 Author Report Posted July 14, 2012 Just made another .php page, no error. I am not getting the randomness of it.. Quote
RogerB Posted July 15, 2012 Author Report 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
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.