Summary | PHP errors in traditional view |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/10/2012 (4648 days ago) |
Due | |
Updated | 10/15/2012 (4643 days ago) |
Assigned | |
Resolved | 10/10/2012 (4648 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 3a11508678a2940e19cf91a56a56359e34c044c4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 10 12:58:17 2012 -0600
Bug #11486: Fix undefined index errorsimp/lib/IMP.php | 5 ++++-
imp/search.php | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/3a11508678a2940e19cf91a56a56359e34c044c4
State ⇒ Resolved
commit 3a11508678a2940e19cf91a56a56359e34c044c4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 10 12:58:17 2012 -0600
Bug #11486: Fix undefined index errorsimp/lib/IMP.php | 5 ++++-
imp/search.php | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/3a11508678a2940e19cf91a56a56359e34c044c4
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ PHP errors in traditional view
Type ⇒ Bug
State ⇒ Unconfirmed
the traditional view currently outputs a few (harmless?) PHP errors:
Upon entering imp:
2012-10-10T10:34:54+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: class [pid 2583 on line 481 of
"/datastore/DEVEL/horde/imp/lib/IMP.php"]
When you click on "Search" in the top navigation bar:
2012-10-10T10:36:36+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: v [pid 16874 on line 47 of
"/datastore/DEVEL/horde/imp/templates/search/search.html.php"]
Thomas