Can not find data record in database table course_categories.

Can not find data record in database table course_categories.

by Martin Dwomoh Tweneboah -
Number of replies: 1

After upgrading some plugins I get this error message when I attempt to login "Can not find data record in database table course_categories.",

Average of ratings: -
In reply to Martin Dwomoh Tweneboah

Re: Can not find data record in database table course_categories.

by Leon Stringer -
Picture of Core developers Picture of Particularly helpful Moodlers

Please tell us more about your environment, especially the Moodle version, and what plugins have been upgraded.

Do you have records in this table? If you have database access you can check this with SELECT * FROM mdl_course_categories.

Also check the default course category for the site which can be done with SELECT name, value FROM mdl_config WHERE name = 'defaultrequestcategory'. Check that there is a row present in mdl_course_categories with an id matching that shown for defaultrequestcategory.