-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.9.1
-
MOODLE_39_STABLE
-
MDL-69516-undef_property_branch -
With a configured config.php you can use admin/cli/install_database.php to install Moodle. If debugging is enabled in that config.php you get the warning (Moodle 3.9.1+ Build: 20200814):
{{# sudo -u apache php admin/cli/install_database.php --agree-license --fullname=...
PHP Notice: Undefined property: stdClass::$branch in /var/www/scratch39.dell/moodle/lib/classes/plugin_manager.php on line 755
Notice: Undefined property: stdClass::$branch in /var/www/scratch39.dell/moodle/lib/classes/plugin_manager.php on line 755
-------------------------------------------------------------------------------
== Setting up database ==
⋮}}
The installation completes successfully.