Guest Posted November 29, 2006 Posted November 29, 2006 Help! I have an error stream on my index.php page that reads: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/mysticea/public_html/index.php:3) in /home/mysticea/public_html/includes/functions/sessions.php on line 67 How do I get rid of it? Thanks!
kgt Posted November 29, 2006 Posted November 29, 2006 You've probably got some line breaks at the beginning of index.php. Open that file and make sure that <?php are the VERY FIRST characters in that file. Contributions Discount Coupon Codes Donations
Guest Posted November 29, 2006 Posted November 29, 2006 You've probably got some line breaks at the beginning of index.php. Open that file and make sure that <?php are the VERY FIRST characters in that file. Thanks for your reply. I've looked at the code for the page and there's no break at the beginning before <?php. Very strange indeed!
kgt Posted November 29, 2006 Posted November 29, 2006 It's not strange - just most likely the cause. You have some other output on line 3. Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.