"RDF_AUTH_ID" variable is placed above "<?php" in GLOBALS.php causing errors. [message #15867] |
Wed, 07 January 2004 16:38 |
newbie
Messages: 10 Registered: January 2004
Karma: 0
|
Junior Member |
|
|
Hi. I recently did a test setup of FUDForum version 2.6.0 on a host running PHP version 4.3.3 and Apache 1.3.28 and when I do only 2 things:
1. Change the title of the forum to "test"
2. Change "RDF Feed Enable" from "No" to "Yes"
I end up getting this message spewed over every forum page (Even after I turn RDF feeds back off):
RDF_AUTH_ID = "";
Warning: Cannot modify header information - headers already sent by (output started at /www/FUDforum/include/GLOBALS.php:2) in /www/forum/index.php on line 426
Warning: Cannot modify header information - headers already sent by (output started at /www/FUDforum/include/GLOBALS.php:2) in /www/forum/index.php on line 427
Warning: Cannot modify header information - headers already sent by (output started at /www/FUDforum/include/GLOBALS.php:2) in /www/forum/index.php on line 428
When I look inside "GLOBALS.php" it looked like the forum put a variable above the "<?php" statement inside the file. Isn't it supposed to be putting new variables below the "<?php" ?
[Updated on: Wed, 07 January 2004 16:41] Report message to a moderator
|
|
|
|
|
|
|
|