The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can somebody tell me what this error message means?
Warning: Cannot add header information - headers already sent by (output startedat /home/seatenth/public_html/forum/forumdisplay.php:16) in /home/seatenth/public_html/forum/admin/functions.php on line 1573
I added html headers and footers around the PHP script so I could integrate some javascript and now this message seems to randomly pop up all over the place, although seems to work successfully for the most part! Help - I'm new to the PHP game so this is all a learning experience for me! Many thanks in advance for your time |
#2
|
||||
|
||||
whenever you have plain html in front of your <?php tags it would send out the header, so it'll produce this warning.
add those html to the headertemplate, you can use javascript there as well |
#3
|
|||
|
|||
If you wish, thought it is not recommended, you can set output_buffering to 'On' in your PHP INI file.
|
#4
|
|||
|
|||
Quote:
(Told you I'm new to this game!) |
#5
|
|||
|
|||
Ignore me!!
Found it!! Sorry!!!! |
#6
|
||||
|
||||
no problem |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|