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
In Moodle 4.5 print_error has been removed so is now throwing an error for missing print_error function rather than any intended error message.
This needs to be replaced with throw new moodle_exception(string, component)
In Moodle 4.5 print_error has been removed so is now throwing an error for missing print_error function rather than any intended error message.
This needs to be replaced with
throw new moodle_exception(string, component)
2 occurrences:
print_error_deprecation.txt
The text was updated successfully, but these errors were encountered: