Ticket #1484220 (closed Bugs: duplicate)
headers already sent in ... rcube_shared.inc on line 143 ..
| Reported by: | kajtzu@… | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc1 |
| Component: | PHP backend | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The following is constantly being spewed into apache's error_log:
[Tue Jan 09 15:20:30 2007] [error] [client 10.10.10.10] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0, referer: https://intra/rcm/ [Tue Jan 09 15:20:30 2007] [error] [client 10.10.10.10] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0, referer: https://intra/rcm/ [Tue Jan 09 15:20:59 2007] [error] [client 11.11.11.11] PHP Warning: Cannot modify header information - headers already sent in /var/www/htdocs/rcm/program/include/rcube_shared.inc on line 143, referer: https://intra/rcm/?_task=mail&_action=compose [Tue Jan 09 15:20:59 2007] [error] [client 11.11.11.11] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0, referer: https://intra/rcm/?_task=mail&_action=compose [Tue Jan 09 15:20:59 2007] [error] [client 11.11.11.11] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0, referer: https://intra/rcm/?_task=mail&_action=compose
This looks similar to #1483926 but even with that applied this happens, just less ;) This is with Apache 2.2.3, PHP 5.2.0, MySQL 5.0.27 on Centos 4.4.
HTH. I'll gladly provide more information if necessary.
