MyBB Community Forums

Full Version: Header Information Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Yep...
If it isn't needed disable it and try again.
Tried that and it didn't change anything
Disable it and enable Send Standard Headers.
Well that's slightly better I only get one or two error messages now...
Write new errors here pls.
Quote:Warning: Cannot modify header information - headers already sent by (output started at /home/--/forum/global.php:1) in /home/--/forum/inc/functions.php on line 1216

Warning: Cannot modify header information - headers already sent by (output started at /home/--/forum/global.php:1) in /home/--/forum/showthread.php on line 126

Quote:Warning: Cannot modify header information - headers already sent by (output started at /home/--/forum/global.php:1) in /home/--/forum/inc/functions.php on line 1216
Looking at the line where the error is being caused, it turns out that the error is when the forum tries to create a cookie. Check to see if there's a space or something before the opening php tag (<?php) in global.php. That could be causing the problem if there is.
Nope, no space..
If you are able to use .htaccess on your host create one and write the following in it:
PHP_FLAG output_buffering on

This must resolve the issue.
Pages: 1 2 3 4