Any reports of ical sync problems since the release of 4.7?
1,674 events on main calendar but only 93 being exported form it and imported (to three child sites) via the plug-in.
Thanks.
Glenn
Glenn Menzie
Hi Glenn,
The iCal sync extension has been tested against 4.7 and no issues were found.
Are you able to provide a link to the feed? Also have, you checked the error logs? Could the server be running out of memory?
Stephen Harris
Stephen,
The feed (1,600 plus events) is here: http://www.mymississauga.ca/feed/eo-events/
The three sites that are feeding off it have 92 published events each.
I seem to recall this happening once before and it was a malformed event in the feed that was cutting it short. That make any sense?
Thanks a lot.
Glenn
Glenn Menzie
Sorry Stephen…didn’t have a chance to actually view the feed until just now and it is out of memory.
Thanks.
Glenn
Glenn Menzie
Hi Glenn,
Have you tried assigning more memory to PHP/WordPress? (Please see this thread for details)
Stephen Harris
php already had 256M allocated, but thanks
deactivated a couple (2) plugins and back to normal
thanks Stephen
Glenn Menzie
Stephen,
New error now. Any assistance appreciated.
<br />
<b>Fatal error</b>: Unknown: Cannot use output buffering in output buffering display handlers in <b>Unknown</b> on line <b>0</b><br />
That’s the extent of the .ics file.
Thanks.
Glenn
Glenn Menzie
This is likely a plug-in conflict. ob_start()
is being called (likely by Event Organiser to include event details in the event description) within a ob_start
callback.
I can’t say for sure, but its likely that the other plugin is a caching one.
Try disabling other plugins to see if you can identify which one is causing the problem.
Stephen Harris