You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when selecting wrench button from grading screen, displays blank page and error in log:
PHP Fatal error: Class 'assign_feedback_plugin' not found in /srv/www/pyspace.org/html/vle/mod/assign/feedback/editpdfplus/locallib.php on line 33
Hacked a fix by adding:
when selecting wrench button from grading screen, displays blank page and error in log:
PHP Fatal error: Class 'assign_feedback_plugin' not found in /srv/www/pyspace.org/html/vle/mod/assign/feedback/editpdfplus/locallib.php on line 33
Hacked a fix by adding:
require_once($CFG->dirroot . '/mod/assign/feedbackplugin.php');
to line 29
moodle version is 3.8.4+ (Build: 20200723)
The text was updated successfully, but these errors were encountered: