|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
header warnings
Hello All,
I just installed the app, and the calendar itself seems to be working fine, but the header is giving me these warnings: Code:
Warning: Cannot modify header information - headers already sent by (output started at c:inetpubwwwrootoecalendarprivateltw_config.php:37 5) in c:inetpubwwwrootoecalendarprivateltwdisplaymonth.p hp on line 283 Warning: Cannot modify header information - headers already sent by (output started at c:inetpubwwwrootoecalendarprivateltw_config.php:37 5) in c:inetpubwwwrootoecalendarprivateltwdisplaymonth.p hp on line 285 Warning: Cannot modify header information - headers already sent by (output started at c:inetpubwwwrootoecalendarprivateltw_config.php:37 5) in c:inetpubwwwrootoecalendarprivateltw_header.php on line 9 Warning: Cannot modify header information - headers already sent by (output started at c:inetpubwwwrootoecalendarprivateltw_config.php:37 5) in c:inetpubwwwrootoecalendarprivateltw_header.php on line 10 I have no idea what to do here... Any clues???? -me |
|
#2
|
|||
|
|||
|
RE: header warnings
YOu are trying to send header commands after the HTML has already been sent to the browser. Post your code and I can take a look.
|
|
#3
|
|||
|
|||
|
RE: header warnings
Thanks for your fast response quantumpuppet! I feel like a schmo, but I finally found the forums search link and found the answer in this thread:
http://codewalkers.com/forum/index.php?action=displaythread&forum=ltwcalendar&id=133&realm=default Looks like you have to check over the private directory files for extra lines of white space before and after the open/close php tags. -me |
|
#4
|
|||
|
|||
|
RE: header warnings
Im having the same problem myself.
Warning: Cannot add header information - headers already sent by (output started at /home/.sites/114/site88/web/phpcalendar/private/ltw_classes.php:1982) in /home/.sites/114/site88/web/phpcalendar/private/ltwdisplaymonth.php on line 279 Warning: Cannot add header information - headers already sent by (output started at /home/.sites/114/site88/web/phpcalendar/private/ltw_classes.php:1982) in /home/.sites/114/site88/web/phpcalendar/private/ltwdisplaymonth.php on line 280 Warning: Cannot add header information - headers already sent by (output started at /home/.sites/114/site88/web/phpcalendar/private/ltw_classes.php:1982) in /home/.sites/114/site88/web/phpcalendar/private/ltw_header.php on line 9 Warning: Cannot add header information - headers already sent by (output started at /home/.sites/114/site88/web/phpcalendar/private/ltw_classes.php:1982) in /home/.sites/114/site88/web/phpcalendar/private/ltw_header.php on line 10 What do you think? |
|
#5
|
|||
|
|||
|
RE: header warnings
OK, nevermaind guys. I made sure that there
was no space at the end of the files and it worked. |
|
#6
|
|||
|
|||
|
RE: RE: header warnings
I have the same problem
http://codewalkers.com/forum/index....3&realm=default Quote:
I dont see empty lines in code (its original.. ) would have to look for a php editor? I use ultraedit32. |
|
#7
|
|||
|
|||
|
RE: header warnings
I find the error!
with this php editor (windows users) http://www.phpide.com/go/downloads.htm#PHP Coder With this editor you see the error of headers problem. |
|
#8
|
|||
|
|||
|
RE: header warnings
Deleting extra lines fixed mine as well. Thx!
|
|
#9
|
|||
|
|||
|
RE: header warnings
I'd just ilke to note in the distribution of ltwCalendar4.1.3 I downloaded the class "ltwusermgr.php" had no closing tag. Whether it was adding the tag or deletingthe white space it was fixed so thanks anyway.
|
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > header warnings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|