Opened 6 years ago
Closed 6 years ago
#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: | git-master |
| 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.
Change History (4)
comment:1 Changed 6 years ago by zyzzyvas
- Priority changed from 5 to 2
comment:2 Changed 6 years ago by moc
- Milestone set to 0.1-rc1
- Priority changed from 2 to 5
Maybe this ticket should be closed. It's the same as #1483926.
I know that the problem is in the function rcube_iframe_response() in the file /program/include/main.inc. This function is recalled from the files upload.inc and sendmail.inc in the /program/steps/sendmail.inc. I think that the problem resides in the sendmail.inc.
This week I will investigate to fix it.
comment:3 Changed 6 years ago by moc
I've resolved this problem deleting the line 1980 in /program/lib/imap.inc.
Test it and then close the ticket if it works.
comment:4 Changed 6 years ago by thomasb
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #1483926.

I concur...this needs to be investigated more thoroughly. I get a lot of the exact same "Cannot modify header information" messages in my apache error_log. My setup is Apache 2.2.4, PHP 5.2.0, MySQL 5.0.33 on FreeBSD 6.2-RELEASE.
Looking forward to a solution. Apologies for not being expert enough to find/fix the bug myself.