Summary | Imap_Client: Call to a member function add() on a non-object |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/24/2013 (4335 days ago) |
Due | |
Updated | 08/24/2013 (4335 days ago) |
Assigned | |
Resolved | 08/24/2013 (4335 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
(+ enable IMAP debug logs for this).
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Imap_Client: Call to a member function add() on a non-object
Type ⇒ Bug
State ⇒ Unconfirmed
don't know how exactly.
[Sat Aug 24 14:57:14 2013] [error] [client 192.168.x.x] PHP Fatal
error: Call to a member function add() on a non-object in
/usr/share/pear/Horde/Imap/Client/Socket.php on line 2253, referer:
https://mailserver.com/horde/imp/dynamic.php?Horde=90kficmmg83vkkbsrcoej489k4&page=mailbox
I'm using Horde_Imap_Client is 2.12.1, the correct line
number in git HEAD for this issue is 2294:
----------------------------------------------
protected function _parseSearch(
Horde_Imap_Client_Interaction_Pipeline $pipeline,
$data
)
{
/* More than one search response may be sent. */
$pipeline->data['searchresp']->add($data);
}
----------------------------------------------