hedgehog90 Posted December 28, 2010 Share Posted December 28, 2010 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hedgehog/public_html/class/class.phpmailer.php:3005) in /home/hedgehog/public_html/admin/class/authenticate.class.php on line 15 I own a website, www.gpstudios.com Some time ago I started recieiving this error after posting comments on the playgame page/news page. Try posting comments yourself on this game: http://www.gpstudios.com/playgame.php?gameid=324 I have attached a picture of the error. Unfortunately, I have no idea when this bug appeared. It must have happened a while ago, but I never noticed. Anyone know how or why I am getting this bug? Because I'm unsure as to where/when the error occurred, I cannot supply the code. Sorry for the lack of details, but I'm hoping someone will understand this error a little better than me :S Thanks, -Tom [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/222854-error-cannot-send-session-cache-limiter-headers-already-sent/ Share on other sites More sharing options...
BlueSkyIS Posted December 28, 2010 Share Posted December 28, 2010 http://www.phpfreaks.com/forums/php-coding-help/header-errors-read-here-before-posting-them/ Quote Link to comment https://forums.phpfreaks.com/topic/222854-error-cannot-send-session-cache-limiter-headers-already-sent/#findComment-1152360 Share on other sites More sharing options...
hedgehog90 Posted December 29, 2010 Author Share Posted December 29, 2010 I've looked at that and I have no idea what I could've done to create this error. I'm still completely in the dark :/ Quote Link to comment https://forums.phpfreaks.com/topic/222854-error-cannot-send-session-cache-limiter-headers-already-sent/#findComment-1152375 Share on other sites More sharing options...
PFMaBiSmAd Posted December 29, 2010 Share Posted December 29, 2010 output started at /home/hedgehog/public_html/class/class.phpmailer.php:3005 ^^^ Line 3005 of your class.phpmailer.php is outputting something to the browser. What is at line 3005 in that file? Quote Link to comment https://forums.phpfreaks.com/topic/222854-error-cannot-send-session-cache-limiter-headers-already-sent/#findComment-1152376 Share on other sites More sharing options...
hedgehog90 Posted December 29, 2010 Author Share Posted December 29, 2010 oh balls, you fixed it line 3002: ?> line 3003: line 3004: line 3005: Just empty space, but that's all it takes to create an output. It works now, thank you for pointing me to the correct line! Probably should have checked that bit before... Hooray! Quote Link to comment https://forums.phpfreaks.com/topic/222854-error-cannot-send-session-cache-limiter-headers-already-sent/#findComment-1152381 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.