-
Bug
-
Resolution: Fixed
-
Blocker
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
MDL-32329-all-plugins-ok -
As discovered whilst testing MDL-20438, the CLI installer calls all_plugins_ok() which then calls a get_config before the config_plugins table exists.
In the web installer this code path isn't followed at all.
So there are two isuses:
1) The CLI installer is following a different code path to the web installer, this is a nono! We discovered two bugs as a result of this in this weeks integration cycle
2) I am about to commit a 'hacky' patch to avoid calling the update checker during install. This needs fixing properly with Davids input.