Summary | PHP errors when accessing nag |
Queue | Nag |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/15/2012 (4708 days ago) |
Due | |
Updated | 08/29/2012 (4694 days ago) |
Assigned | 08/15/2012 (4708 days ago) |
Resolved | 08/27/2012 (4696 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 055d8c1674f3c61e20c20c85397892a2437f7c29
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Aug 27 13:36:41 2012 -0400
Hotfix for
Bug: 11358This will move to Horde_View soon.
nag/lib/View/List.php | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/055d8c1674f3c61e20c20c85397892a2437f7c29
commit 055d8c1674f3c61e20c20c85397892a2437f7c29
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Aug 27 13:36:41 2012 -0400
Hotfix for
Bug: 11358This will move to Horde_View soon.
nag/lib/View/List.php | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/055d8c1674f3c61e20c20c85397892a2437f7c29
State ⇒ Assigned
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP errors when accessing nag
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
since I can (finally) open nag again, I'm getting these errors in the logs:
2012-08-15T17:45:55+02:00 NOTICE: HORDE [nag] PHP ERROR: Undefined
variable: title [pid 17124 on line 2 of
"/datastore/DEVEL/horde/nag/templates/list/header.inc"]
2012-08-15T17:45:55+02:00 NOTICE: HORDE [nag] PHP ERROR: Undefined
variable: display_tasklists [pid 17124 on line 47 of
"/datastore/DEVEL/horde/nag/templates/panel.inc"]
2012-08-15T17:45:55+02:00 WARN: HORDE [nag] PHP ERROR: in_array()
expects parameter 2 to be array, null given [pid 17124 on line 47 of
"/datastore/DEVEL/horde/nag/templates/panel.inc"]
2012-08-15T17:45:55+02:00 NOTICE: HORDE [nag] PHP ERROR: Undefined
variable: display_tasklists [pid 17124 on line 47 of
"/datastore/DEVEL/horde/nag/templates/panel.inc"]
2012-08-15T17:45:55+02:00 WARN: HORDE [nag] PHP ERROR: in_array()
expects parameter 2 to be array, null given [pid 17124 on line 47 of
"/datastore/DEVEL/horde/nag/templates/panel.inc"]
Note: I'm using the Kolab backend which is not migrated to the tag system yet.
Thomas