| Posted: 29 Sep 2011 10:18 |
|
|
|
Registered User Currently Offline
|
Posts: 8
Join Date: Nov 2006
|
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 |
|
|
|
Administrator
|
Posts: 1199
Join Date: Mar 2005
|
|
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 |
|
|
|
Registered User Currently Offline
|
Posts: 8
Join Date: Nov 2006
|
yes, that's fixed it. there were blank lines after the end ?> tag.
Thanks.
|