-
Bug
-
Resolution: Fixed
-
Blocker
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_33_STABLE
-
MDL-58803-master -
This is on the latest integration master.
When you add an ical calendar as a subscription in Moodle calendar, you get this warning as a web error:
Exception - Class 'rrule_manager' not found
When cron runs you get this:
Execute scheduled task: Send calendar notifications (core\task\calendar_cron_task)
... started 18:45:01. Current memory use 4.2MB.
Updating calendar subscription Sites team in course 2
!!! Exception - Call to undefined function core\task\calendar_update_subscription_events() !!!
And cron dies COMPLETELY (no other tasks are run).
So yeah, pretty serious.