Summary | Reply to message results in PHP error messages |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4748 days ago) |
Due | |
Updated | 08/29/2012 (4708 days ago) |
Assigned | |
Resolved | 07/24/2012 (4744 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 2228c9cf3227ea578bdfebb49525d1c8ab83d6b4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 16:56:36 2012 -0600
Bug #11299: Fix index nameimp/lib/Ajax/Queue.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2228c9cf3227ea578bdfebb49525d1c8ab83d6b4
State ⇒ Resolved
commit 2228c9cf3227ea578bdfebb49525d1c8ab83d6b4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 16:56:36 2012 -0600
Bug #11299: Fix index nameimp/lib/Ajax/Queue.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2228c9cf3227ea578bdfebb49525d1c8ab83d6b4
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Reply to message results in PHP error messages
Type ⇒ Bug
State ⇒ Unconfirmed
if I reply to a message and send it, I get the following errors in the log:
2012-07-20T14:28:24+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: mbox [pid 1566 on line 138 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Queue.php"]
2012-07-20T14:28:24+02:00 NOTICE: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 1566 on line 138 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Queue.php"]
The message is sent and also stored in the "Sent" folder, so it's
rather a cosmetic issue.
Thomas