[Tickets #14071] Re: Import of ics file fails due to file attachments
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Aug 10 22:07:04 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14071
------------------------------------------------------------------------------
Ticket | 14071
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Import of ics file fails due to file attachments
Queue | Kronolith
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Feedback
-Priority | 2. Medium
+Priority | 1. Low
Milestone | 5.3
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2015-08-10 22:07) wrote:
This is probably failing for you due to memory limits of PHP's regexp
backtrace handling.
This file works if it includes the correct ending line that it is missing:
END:VCALENDAR
at the end of the .ics file (thus matching the first conditional test
in Horde_Icalendar::parsevCalendar()). The second test uses a
backreference that is probably failing due to the size of the regexp.
More information about the bugs
mailing list