-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
When using an AICC HACP package and exiting the AICC package, the following warning is shown in the logs.
default exception handler: Error writing to database Debug: ERROR: null value in column "userid" of relation "mdl_scorm_attempt" violates not-null constraint
looks like an incorrect use of "userid" which should be $aiccuser->id instead.
hard to test - we don't have any public HACP packages we can use for testing, but I'll see if I bundle this fix in with the work I'm doing on MDL-63539
- is a regression caused by
-
MDL-46279 Refactor SCORM database schema to improve performance
- Closed