Home »
FUDforum Development »
Bug Reports »
Forum borked after rebuilding theme
Forum borked after rebuilding theme [message #11733] |
Tue, 15 July 2003 20:48 |
jbodnar
Messages: 15 Registered: April 2003
Karma: 0
|
Junior Member |
|
|
I switched $WWW_ROOT in GLOBALS.php from:
$WWW_ROOT = "http://www.broadq.com/forum/";
to:
$WWW_ROOT = "https://www.broadq.com/forum/";
yesterday to make the forums available via SSL. Then I rebuilt the theme. The register button didn't work so I switched back to the regular http URL. And rebuilt the theme but now at the top of our forums I see:
Warning: Cannot add header information - headers already sent by (output started at /var/www/forum/include/GLOBALS.php:146) in /var/www/html/forum/index.php on line 431
Only one forum topic is shown. If I try to login I get the login form but after I hit okay I get a screen with:
Warning: Cannot add header information - headers already sent by (output started at /var/www/forum/include/GLOBALS.php:146) in /var/www/html/forum/index.php on line 431
Warning: Cannot add header information - headers already sent by (output started at /var/www/forum/include/GLOBALS.php:146) in /var/www/html/forum/index.php on line 431
Warning: Cannot add header information - headers already sent by (output started at /var/www/forum/include/GLOBALS.php:146) in /var/www/html/forum/theme/default/login.php on line 41
Any ideas?
|
|
|
Re: Forum borked after rebuilding theme [message #11734 is a reply to message #11733] |
Tue, 15 July 2003 21:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Make sure your GLOBALS.php does not have parse errors. And take a look at line #146 inside the file in particular. I suspect while editing a file some character got added or removed and that's what's causing the problems. Make sure there are no spaces before <?php or after ?> tags.
FUDforum Core Developer
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 09:40:24 GMT 2024
Total time taken to generate the page: 0.02525 seconds