Summary | portal load fails with PHP fatal error |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | wolfgang.rosenauer (at) an-netz (dot) de |
Created | 09/30/2008 (6119 days ago) |
Due | |
Updated | 12/05/2008 (6053 days ago) |
Assigned | 10/07/2008 (6112 days ago) |
Resolved | 12/05/2008 (6053 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1.2.1 |
Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/groupware/docs/groupware/CHANGES?r1=1.35&r2=1.36&ty=u
http://cvs.horde.org/diff.php/groupware/docs/webmail/CHANGES?r1=1.32&r2=1.33&ty=u
http://cvs.horde.org/co.php/groupware/patches/pear-Date-Holidays-Driver-Christian.php.patch?r=1.1
Milestone ⇒ 1.2.1
State ⇒ Assigned
Assigned to Jan Schneider
the next release.
Webmail so even if it's no bug in Horde's own code it's still
distributed in a buggy state.
So IMHO this warrants tracking in your tracking system.
State ⇒ Not A Bug
Priority ⇒ 1. Low
(http://pear.php.net/package/date_holidays) to not call easter_days
without checking for its availability.
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ portal load fails with PHP fatal error
Type ⇒ Bug
Priority ⇒ 3. High
load anymore.
I found this in the logs:
HP Fatal error: Call to undefined function easter_days() in
/srv/www/htdocs/groupware/pear/Date/Holidays/Driver/Christian.php on
line 398, referer:
https://www.an-netz.de/groupware/services/portal/sidebar.php
After commenting out
if (function_exists(easter_days())) {
return easter_days($year);
}
completely it works again.