| 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 | 7/20/12 (5012 days ago) |
| Due | |
| Updated | 8/29/12 (4972 days ago) |
| Assigned | |
| Resolved | 7/24/12 (5008 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