SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / Upgraded and got header errors
Posted:  29 Sep 2011 10:18
Hi,

I've just upgraded from seo board 1.05 to 1.10 and I have the following error messages.

my forum: http://www.tracepeople.co.uk/forum/

On top of forum page:-

Warning: Cannot modify header information - headers already sent by (output started at /home/content/M/i/s/Missingperson1/html/tracepeople/forum/seo-board_options.php:115) in /home/content/M/i/s/Missingperson1/html/tracepeople/forum/index.php on line 50

when logging in:-

Warning: Cannot modify header information - headers already sent by (output started at /home/content/M/i/s/Missingperson1/html/tracepeople/forum/seo-board_options.php:115) in /home/content/M/i/s/Missingperson1/html/tracepeople/forum/index.php on line 140

Warning: Cannot modify header information - headers already sent by (output started at /home/content/M/i/s/Missingperson1/html/tracepeople/forum/seo-board_options.php:115) in /home/content/M/i/s/Missingperson1/html/tracepeople/forum/index.php on line 142


can anyone help?

Thanks,
Andy
Posted:  29 Sep 2011 11:30
You have added space before the opening php tags. seo-board_options.php must start and end the the php tags: <?php ?> (no spaces before or after).
Posted:  30 Sep 2011 12:47
yes, that's fixed it. there were blank lines after the end ?> tag.

Thanks.