[Tickets #12607] Imap_Client: Call to a member function add() on a non-object
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Aug 24 13:12:54 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12607
------------------------------------------------------------------------------
Ticket | 12607
Created By | Thomas Jarosch <thomas.jarosch at intra2net.com>
Summary | Imap_Client: Call to a member function add() on a
| non-object
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Thomas Jarosch <thomas.jarosch at intra2net.com> (2013-08-24 13:12) wrote:
I've triggered a PHP error message with the search in imp, I just
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);
}
----------------------------------------------
More information about the bugs
mailing list