humanage / moodle-mod_eduplayer

A multimedia player module
2 stars 6 forks source link

Database error in Moodle 3.3 #11

Open anieminen opened 6 years ago

anieminen commented 6 years ago

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:

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.

anieminen commented 6 years ago

Fixed in pull request #12