[Tickets #14021] Re: cannot modify/delete external caldav events
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jan 25 17:39:44 UTC 2016
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14021
------------------------------------------------------------------------------
Ticket | 14021
Aktualisiert Von | martin1 at k0k.net
Zusammenfassung | cannot modify/delete external caldav events
Warteschlange | Kronolith
Version | 4.2.8
Typ | Bug
Status | Assigned
Priorität | 1. Low
Milestone |
Patch |
Zuständige | Horde Developers
------------------------------------------------------------------------------
martin1 at k0k.net (2016-01-25 17:39) hat geschrieben:
If I read the logs correctly, when modifying/deleting an existing
event, it is read once again before the actual modification, and this
reading fails.
This log entry:
2015-06-21T09:49:13+02:00 DEBUG: HORDE5 [kronolith] SQL (0,0003s)
SELECT x(event_coordinates) as lat, y(event_coordinates) as lon,
event_zoom as zoom FROM kronolith_events_mysqlgeo WHERE event_id =
'ical0' [pid 26317 on line 321 of
"/usr/share/php/Horde/Db/Adapter/Mysqli.php"]
(copied from below)
must be a result of line 335 of
/usr/share/php/www/horde/kronolith/lib/Driver/Ical.php, where the
event_id of the item to be read is composed - this works when opening
an existing event, but when modifying/deleting it, this line:
335 $event->id = $id ? $id : 'ical' . $i;
ends in the event_id being "ical0" or "ical1" (some missing input value?).
More information about the bugs
mailing list