Summary | php errors on kronolith "startup" |
Queue | Kronolith |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/01/2012 (4690 days ago) |
Due | |
Updated | 10/15/2012 (4646 days ago) |
Assigned | |
Resolved | 09/03/2012 (4688 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 830c6af0d976d5d41f7f1f6fcc3ee4612472c538
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 3 14:54:26 2012 +0200
Drop alarms in menu.
We have consistent alarm notifications across all applications
now, and this
requires the complete application to be initialized before the
topbar is even
rendered, which want to avoid with deferred application initialization.
Fixes
bug #11396.horde/config/registry.php | 18 ------------
kronolith/lib/Application.php | 56 --------------------------------------
nag/lib/Application.php | 60
-----------------------------------------
3 files changed, 0 insertions(+), 134 deletions(-)
http://git.horde.org/horde-git/-/commit/830c6af0d976d5d41f7f1f6fcc3ee4612472c538
State ⇒ Resolved
commit 830c6af0d976d5d41f7f1f6fcc3ee4612472c538
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 3 14:54:26 2012 +0200
Drop alarms in menu.
We have consistent alarm notifications across all applications
now, and this
requires the complete application to be initialized before the
topbar is even
rendered, which want to avoid with deferred application initialization.
Fixes
bug #11396.horde/config/registry.php | 18 ------------
kronolith/lib/Application.php | 56 --------------------------------------
nag/lib/Application.php | 60
-----------------------------------------
3 files changed, 0 insertions(+), 134 deletions(-)
http://git.horde.org/horde-git/-/commit/830c6af0d976d5d41f7f1f6fcc3ee4612472c538
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ php errors on kronolith "startup"
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when entering the new kronolith, I get these errors in the horde log:
2012-09-01T17:33:51+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: display_calendars [pid 18081 on line 211 of
"/datastore/DEVEL/horde/kronolith/lib/Application.php"]
2012-09-01T17:33:51+02:00 WARN: HORDE [kronolith] PHP ERROR: Invalid
argument supplied for foreach() [pid 18081 on line 104 of
"/datastore/DEVEL/horde/kronolith/lib/Kronolith.php"]
Backend is configured to "SQL" to make sure it's not something caused
by the Kolab driver.
Thomas