Summary | Holiday calendar using Date_Holidays not working |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | Joerg.Pulz (at) frm2 (dot) tum (dot) de |
Created | 11/28/2012 (4615 days ago) |
Due | |
Updated | 11/30/2012 (4613 days ago) |
Assigned | |
Resolved | 11/30/2012 (4613 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Please use the mailing list to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Holiday calendar using Date_Holidays not working
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
are logged.
The "kronolith/lib/Test.php" script always fails to find Date_Holidays
because of a missing 'path' => "Date/Holidays.php" entry in the
array() for Date_Holidays.
After adding this piece the test script displays Date_Holidays as "OK".
Kronolith itself seems to suffer from the same problem, as there is no
Holidays calendar visible. No error message is logged.
"$conf['holidays']['enable'] = true" is set.