Summary | problem in IMP.php with php-4.3.9(cvs) |
Queue | IMP |
Queue Version | 3.2.5 |
Type | Bug |
State | Not A Bug |
Priority | 3. High |
Owners | |
Requester | crux (at) syktsu (dot) ru |
Created | 08/12/2004 (7658 days ago) |
Due | |
Updated | 08/12/2004 (7658 days ago) |
Assigned | |
Resolved | 08/12/2004 (7658 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
found nothing on bugs.php.net
folks, though they won't listen.
State ⇒ Not A Bug
be fixed before 4.3.9 is released.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ problem in IMP.php with php-4.3.9(cvs)
Queue ⇒ IMP
php-imap http://bugs.php.net/bug.php?id=29209 . After upgrading to
this version of php imp become broken. I cannot view any messages --
got an error:
---------------------------------------------------------------------
Warning: imap_fetchbody(): Bad message number in
/var/www/html/addon-modules/horde/imp/lib/IMP.php on line 966
Warning: Cannot modify header information - headers already sent by
(output started at
/var/www/html/addon-modules/horde/imp/lib/IMP.php:966) in
/var/www/html/addon-modules/horde/imp/templates/common-header.inc on line 3
Warning: Cannot modify header information - headers already sent by
(output started at
/var/www/html/addon-modules/horde/imp/lib/IMP.php:966) in
/var/www/html/addon-modules/horde/imp/templates/common-header.inc on line 4
----------------------------------------------------------------------
Something was broken in imap_fetchbody() function? or this an imp bug?