While checking the error log on the server for clues on the 'password reset' causing server errors, I found that there were thousands of errors being logged by various plugins and pages on the various Moodle installations.
Apparently there are some outdated plugins on the Moodle installation which did not get upgraded automatically. One example seems to be the onetopic format plugin. Manually updating it seems to have worked. But there are some more. One example is the "Edwiser Reports" plugin, which does not seem to be available any more, no Moodle 4.5 support available as far as I can see, and not updated since 2022.
Deleted this plugin from all our instances, to get rid of errors like this:
[Sat Jan 04 09:37:35.671230 2025] [php:notice] [pid 1416984] [client 11.22.33.34:26126] Debugging: Invalid $required parameter value: '' .\n It must be either VALUE_DEFAULT, VALUE_REQUIRED, or VALUE_OPTIONAL in \n* line 53 of /lib/external/classes/external_description.php: call to debugging()\n* line 47 of /lib/external/classes/external_value.php: call to core_external\\external_description->__construct()\n* line 47 of /local/edwiserreports/classes/external/get_plugin_config.php: call to core_external\\external_value->__construct()\n* line ? of unknownfile: call to local_edwiserreports\\external\\api::get_plugin_config_parameters()\n* line 110 of /lib/external/classes/external_api.php: call to call_user_func()\n* line 186 of /lib/external/classes/external_api.php: call to core_external\\external_api::external_function_info()\n* line 83 of /lib/ajax/service.php: call to core_external\\external_api::call_external_function()\n, referer: https://oneofourservers.org/mod/hvp/view.php?id=20118
No comments:
Post a Comment