Summary | missing error message for remote calender not able to retrieve |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | michael (at) bigmichi1 (dot) de |
Created | 04/26/2011 (5181 days ago) |
Due | |
Updated | 06/16/2011 (5130 days ago) |
Assigned | 04/26/2011 (5181 days ago) |
Resolved | 06/16/2011 (5130 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
is obviously a serialized iCalendar object. So this cannot be a
problem with retrieving the calendar.
Second, we catch any errors from retrieving remote calendars.
Finally, we save data into the cache *immediately* after serializing
it. So either you PHP's serialization is broken, or something in the
cache code is truncating the data, or there is some issue with your
database. Remote calendars can be very big, are you sure that you are
not hitting any database limit, like MySQL's max_allowed_packet.
Truncated message: chunk size 4096 exceeds remaining data size 1358 at
pos 119022 of 120380
stored completly in cache, because the request times out i think
because sometimes i get instead of the empty error message a message
that indicates that getting more bytes from resource fails (tries to
read 4096 bytes got only 3000). when i see it the next time i post the
exact wording
statement) in getRemoteCalendar()) now it works, but is slower
without it makes no difference
completly in the cache before
is broken in the storage too, or if this happens when reading from
there.
entry is not completly written to the cache or it is not completly
retrieved from it. last bytes of the file are:
{s:4:"name";s:8:"LOCATION";s:6:"params";a:0:{}s:5:"value";s:15:"Halle/Westfalen";s:6:"values";a:1:{i:0;s:15:"Halle/Westfalen";}}i:21;a:4:{s:4:"name";s:8:"SEQUENCE";s:6:"params";a:0:{}s:5:"value";i:0;s:
i have no idea whats going on here
State ⇒ Feedback
What's the content of $calendar before that line from the error message?
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ missing error message for remote calender not able to retrieve
Type ⇒ Bug
Priority ⇒ 1. Low
kronolith, i got a line under the menu bar with a red x and no message
and all entries of the remote calender are missing, in my log file i
found these message:
2011-04-26T13:17:23+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
unserialize(): Error at offset 312097 of 312107 bytes [pid 27443 on
line 521 of "/var/www/horde4/kronolith/lib/Driver/Ical.php"]
2011-04-26T13:17:45+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
unserialize(): Error at offset 312097 of 312107 bytes [pid 27839 on
line 521 of "/var/www/horde4/kronolith/lib/Driver/Ical.php"]
2011-04-26T13:19:05+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
unserialize(): Error at offset 312097 of 312107 bytes [pid 27583 on
line 521 of "/var/www/horde4/kronolith/lib/Driver/Ical.php"]
eighter there needs to be a good error message or something other to
resolve the unserialize