-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
3.2.4
After receiving a complaint that users weren't receiving notifications, we saw in the cron log that the enrol_lt\task\sync_grades scheduled task was stopping the cron from completing successfully.
The fatal error that occurs is below:
Execute scheduled task: Publish as LTI tool grade sync (enrol_lti\task\sync_grades)
|
... started 15:25:08. Current memory use 4.7MB. |
PHP Fatal error: Cannot declare class OAuthException, because the name is already in use in /mnt/code/www/moodle_prod/enrol/lti/ims-blti/OAuth.php on line 0 |
When the enrol_lti\task\sync_grades task is disabled, cron runs through cleanly, including the enrol_lti\task\sync_members task that is still enabled.
Until this issue is resolved, this site won't be able to utilize LTI because it completely breaks the site's cron.
- has a non-specific relationship to
-
MDL-30149 Create core oauthlib wrapper to handle OAuth centrally
-
- Closed
-