Can't find data record in database table course_categories.

Can't find data record in database table course_categories.

by Francesco Viali -
Number of replies: 0

Just upgraded few plugins, now I get this error:

Can't find data record in database table course_categories after login.

If I press "continue" button it reloads but same error appears

Also tried to add this at the end of config.php file:

$CFG->theme= 'boost';

$CFG->debug = (E_ALL | E_STRICT);

and what I get is:

Debug info: SELECT id,parent FROM {course_categories} WHERE id = ?

[array (

0 => '2',

)]

Error code: invalidrecord

And it is quite strange, I have only one category with id 5.

Error message

Average of ratings: -