The module does not support grades or outcomes, but there are gradebook API functions in the code. This causes a database error when trying to enrol a cohort into a course:
Error writing to database
Debug info: Column 'grademax' cannot be null
INSERT INTO mdl_grade_items
...
Error code: dmlwriteexception
Notice: Undefined property: stdClass::$grade in /var/www/moodle/mod/eduplayer/lib.php on line 349
And possibly some other errors too. I removed the unneeded gradebook API functions completely from lib.php, and that seems to fix the problem.
Hi,
The module does not support grades or outcomes, but there are gradebook API functions in the code. This causes a database error when trying to enrol a cohort into a course:
And possibly some other errors too. I removed the unneeded gradebook API functions completely from lib.php, and that seems to fix the problem.