I just noticed a weird behaviour on my installation and was wondering if anyone had had that problem. I often get an error telling me:
Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script
- check for text or whitespace outside PHP tags, or calls to functions that output text) in /www/soundspeedmovie/infivia/net/cal/secure/addressbook/add.php3
on line 59
Seems the error comes up every time I try to add something to the database. The item is still inserted though.
Thanks
Alexandre Gravel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2000-06-19
Ok, forget about this one, I found the problem. Apparently, the editor I use added HTML tags at the end of the nav_bar.inc file (</HTML></BODY> at the end of the file), which raised some errors when creating output only on some situations.
Alexandre Gravel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hiya,
I just noticed a weird behaviour on my installation and was wondering if anyone had had that problem. I often get an error telling me:
Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script
- check for text or whitespace outside PHP tags, or calls to functions that output text) in /www/soundspeedmovie/infivia/net/cal/secure/addressbook/add.php3
on line 59
Seems the error comes up every time I try to add something to the database. The item is still inserted though.
Thanks
Alexandre Gravel
Ok, forget about this one, I found the problem. Apparently, the editor I use added HTML tags at the end of the nav_bar.inc file (</HTML></BODY> at the end of the file), which raised some errors when creating output only on some situations.
Alexandre Gravel