6.0.0-beta1
7/4/25

[#11832] Imap client error
Summary Imap client error
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester leena.heino (at) uta (dot) fi
Created 12/07/2012 (4592 days ago)
Due
Updated 12/07/2012 (4592 days ago)
Assigned
Resolved 12/07/2012 (4592 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/07/2012 07:08:08 PM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
12/07/2012 07:07:31 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 261221cc879c80ea5eb05b093f7c2c2055c8d76b
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Fri Dec 7 11:25:00 2012 -0700

     Bug #11832: Fix tokenizing error

  .../Imap_Client/lib/Horde/Imap/Client/Socket.php   |   12 +++++-------
  1 files changed, 5 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/261221cc879c80ea5eb05b093f7c2c2055c8d76b
12/07/2012 03:27:42 PM leena (dot) heino (at) uta (dot) fi Comment #2 Reply to this comment
PHP Fatal error:  Call to a member function next() on a non-object 
in /horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php on 
line 772, referer: https://localhost/horde/login.php

Line 772 is:
while (($curr = $token_data->next()) !== false) {
To work around this problem I commented out the call to _parseID() in 
Socket.php:
// $this->_parseID($token);
12/07/2012 01:17:33 PM leena (dot) heino (at) uta (dot) fi Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Imap client error
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
PHP Fatal error:  Call to a member function next() on a non-object in 
/horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php on line 
772, referer: https://localhost/horde/login.php

Line 772 is:
while (($curr = $token_data->next()) !== false) {

Saved Queries