MyBB Community Forums

Full Version: [RESOLVED] Warning: session_start() [function.session-start]: Cannot send session c
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone tell me how to fix this error?
Quote:Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/grindcor/public_html/inc/functions.php:79) in /home/grindcor/public_html/index.php on line 282


It only appears on my homepage & index.php
Do you have any plugins installed?
Tons, bmr777. Sad
Did this start after activating a particular plugin?
You can correct this error by putting ob_start(); to top of index.php but it is better to find out why problem occur.
I'm not sure what that did exactly, but you are a genius. Thank you!
You're welcome Wink