6.0.0-beta1
7/5/25

[#10164] Error in Horde LOG
Summary Error in Horde LOG
Queue IMP
Queue Version Git master
Type Bug
State Duplicate
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester jcblanco (at) fi (dot) upm (dot) es
Created 05/31/2011 (5149 days ago)
Due 05/31/2011 (5149 days ago)
Updated 06/06/2011 (5143 days ago)
Assigned 06/01/2011 (5148 days ago)
Resolved 06/06/2011 (5143 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/06/2011 06:13:21 AM Michael Slusarz Comment #5
State ⇒ Duplicate
Reply to this comment
Duplicate of Ticket #10178.
06/02/2011 01:53:29 PM jcblanco (at) fi (dot) upm (dot) es Comment #4 Reply to this comment
Sorry fot the typo the line number is 303 and not 3030
06/02/2011 01:52:36 PM jcblanco (at) fi (dot) upm (dot) es Comment #3 Reply to this comment
I think I've found the source of the problem in line 3030 of 
imp/lib/Application.php
There is a call to the IMP::composeLink that defines the index 
'mailbox' but not the 'uid' that this method assumed defined together.

I do'nt knwo if change this line from
      'url' => IMP::composeLink(array('mailbox' => IMP::$mailbox))
to
      'url' => IMP::composeLink(array('mailbox' => IMP::$mailbox,
                                                     'uid' => IMP::$uid))
could solve the error or originate a new one.
06/02/2011 11:08:45 AM vilius (at) lnk (dot) lt Comment #2 Reply to this comment
I saw this couple of times too.
06/01/2011 08:58:50 PM Jan Schneider State ⇒ Assigned
Assigned to Michael Slusarz
 
05/31/2011 05:26:49 PM jcblanco (at) fi (dot) upm (dot) es Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error in Horde LOG
Due ⇒ 05/31/2011
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
I am receiving this error in the LOG:
May 31 19:23:07 xweb HORDE: HORDE [imp] PHP ERROR: Undefined index: 
uid [pid 25825 on line 271 of "/srv/www/htdocs/horde/imp/lib/IMP.php"]

I've been looking at the code but I can not identify where is the problem

Saved Queries