Summary | PHP Error in event.php |
Queue | Kronolith |
Queue Version | 3.0.8 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | steffo76 (at) gmx (dot) de |
Created | 08/18/2011 (5067 days ago) |
Due | |
Updated | 08/19/2011 (5066 days ago) |
Assigned | |
Resolved | 08/19/2011 (5066 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
[jan] Fix exporting events with snoozed alarms (
Bug #10438).2 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/a370568b093ebb98712cf087e2a9746894a40b2e
Fix variable name (
Bug #10438).1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/c1be13ca654353c6aec09605f2a767cd067e0e3b
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ PHP Error in event.php
Type ⇒ Bug
State ⇒ Unconfirmed
(kronolith 3.0.8) and played around with Sunbird. I added my calender
to sunbird, sunbird loaded it down and showed me a bunch of alarms
from the past. When I said 'Dismiss all' it told me that there was an
error writing the calendar and set the calendar read-only. I removed
the read-only flag and created a new event. Then I wanted to try
whether the newest beta of Sunbird would dismiss the alarms without
throwing an error and added the calendar to Sunbird 1.0b1 where it
doesn't show up anymore. It also doesn't show up in korganizer
anymore. The httpd access log shows an error 500 and the error log shows
PHP Fatal error: Cannot use object of type Horde_Alarm_Sql as array
in /usr/local/apache-2.2.17/htdocs/horde4/kronolith/lib/Event.php on
line 777
I have absolutely no idea what went wrong, especially since it used to work.