elearningsoftware / moodle-mod_journal

The Moodle journal module for moodle 2.0+
https://moodle.org/plugins/view.php?plugin=mod_journal
16 stars 34 forks source link

Error on `\mod_journal\task\cron_task` for Moodle 3.9.13 #71

Closed kaseyhackspace closed 2 years ago

kaseyhackspace commented 2 years ago

We are encountering this bug on our LMS (version 3.9.13) when using plugin version 2022041400:

Execute scheduled task: Background processing for journal module (mod_journal\task\cron_task)
... started 07:25:04. Current memory use 21MB.
Processing journal entry 1578
... used 9 dbqueries
... used 0.2099277973175 seconds
Scheduled task failed: Background processing for journal module (mod_journal\task\cron_task),Class 'mod_journal\task\context_module' not found
adrian-sarmas commented 2 years ago

This has been fixed in the master branch. You may download it from github or wait a few days for this to become available on moodle.org

kaseyhackspace commented 2 years ago

Thanks a lot @adrian-sarmas !