-
Task
-
Resolution: Done
-
Major
-
None
-
4.2.9, 4.1.12, 4.3.6, 4.4.2, 4.5
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE, MOODLE_404_STABLE, MOODLE_405_STABLE
-
2
-
Team Hedgehog 2024 Sprint 3.1
Updating a Moodle site returns the following error: Invalid parameter value detected
Since I updated my moodle test site to Moodle 4.5dev (20240719) I get errors for the site registration task. Before I did the update the site was running with Moodle 4.4.1+ (20240712) without any error message,
Execute scheduled task: Website-Registrierung (core\task\registration_cron_task)
|
... started 13:50:13. Current memory use 51.9 MB. |
Debugging increased temporarily due to faildelay of 61440 |
... used 25 dbqueries |
... used 0.28186893463135 seconds |
Scheduled task failed: Website-Registrierung (core\task\registration_cron_task),Invalid parameter value detected
|
Backtrace:
|
* line 98 of /lib/classes/hub/api.php: call to core\hub\api::process_curl_exception() |
* line 69 of /lib/classes/hub/api.php: call to core\hub\api::call_rest() |
* line 137 of /lib/classes/hub/api.php: call to core\hub\api::call() |
* line 343 of /lib/classes/hub/registration.php: call to core\hub\api::update_registration() |
* line 45 of /lib/classes/task/registration_cron_task.php: call to core\hub\registration::update_cron() |
* line 410 of /lib/classes/cron.php: call to core\task\registration_cron_task->execute() |
* line 208 of /lib/classes/cron.php: call to core\cron::run_inner_scheduled_task() |
* line 125 of /lib/classes/cron.php: call to core\cron::run_scheduled_tasks() |
* line 186 of /admin/cli/cron.php: call to core\cron::run_main_process() |
|
UPDATE
Several issues effect the successful registration, update of registration and unregistering of a site. They will have been addressed in the following issues:
MDLSITE-7732(unregistering a site bug)- ICT-4334 (hub code version investigation)
The updates are required on the moodle-hub_local repository. That code is used at stats.moodle.org and handles the incoming registration data from Moodle.
- will be (partly) resolved by
-
MDLSITE-7732 Cannot unregister Moodle hub site
-
- Resolved
-