-
Bug
-
Resolution: Fixed
-
Minor
-
5.1
-
MOODLE_501_STABLE
-
MOODLE_501_STABLE
-
MDL-85632-main -
-
-
-
1
-
HQ 2025 Sprint I2.1 Moppies
This is breaking the app's Github Actions. We use moodle-plugin-ci to initialize the environment, and we're getting the following error:
PHP error message was detected when running this command:
'/usr/bin/php8.2' '-d' 'log_errors=1' '-d' 'error_log=null' '/home/runner
/work/moodleapp/moodleapp/moodle/admin/tool/behat/cli/util_single_run.php' '--install'
Moodle scripts should run without any PHP errors.
Error Output
============
PHP Warning: Undefined property: stdClass::$format in /home/runner/work/moodleapp/moodleapp/moodle/course/format/classes/base.php on line 193
We were able to reproduce this in a local environment running:
php admin/tool/behat/cli/util_single_run.php --install
It seems the issue is caused by the changes done in MDL-85392.
- is a regression caused by
-
MDL-85392 Site main menu block: Enable custom title and add course support
-
- Closed
-