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 |
State ⇒ Duplicate
Ticket #10178.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.
Assigned to Michael Slusarz
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error in Horde LOG
Due ⇒ 05/31/2011
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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