-
Bug
-
Resolution: Fixed
-
Blocker
-
2.1.7, 2.2.4
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
/admin/cron.php fails when completion tracking is enabled. The following error is reported:
Running completion_criteria_date->cron()
Running completion_criteria_activity->cron()
!!! Coding error detected, it must be fixed by a programmer: data_object params should be in the form of an array, not an object !!!
!!
Error code: codingerror !!
!! Stack trace: * line 89 of /lib/completion/data_object.php: coding_exception thrown
- line 238 of /lib/completion/completion_criteria_activity.php: call to data_object->__construct()
- line 220 of /lib/completion/cron.php: call to completion_criteria_activity->cron()
- line 40 of /lib/completion/cron.php: call to completion_cron_criteria()
- line 323 of /lib/cronlib.php: call to completion_cron()
- line 88 of /admin/cron.php: call to cron_run()
!!
- blocks
-
MDLQA-2055 CLONE - The cron can be manually run from a web browser
- Passed
- is a regression caused by
-
MDL-32203 Course completion data object misses records
- Closed