You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this error on running the adhoc tasks, which included an instance of settings_task from oublog:
Adhoc task failed: mod_oublog\task\settings_task,Call to undefined function mod_oublog\task\course_add_cm_to_section()
Backtrace:
* line 508 of /lib/classes/cron.php: call to mod_oublog\task\settings_task->execute()
* line 302 of /lib/classes/cron.php: call to core\cron::run_inner_adhoc_task()
* line 174 of /admin/cli/adhoc_task.php: call to core\cron::run_adhoc_tasks()
It looks like the settings_task class is missing an include of /course/lib.php
The text was updated successfully, but these errors were encountered:
I saw this error on running the adhoc tasks, which included an instance of settings_task from oublog:
It looks like the settings_task class is missing an include of /course/lib.php
The text was updated successfully, but these errors were encountered: