Skip to content

Database error in Moodle 3.3 #11

Description

@anieminen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions