-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
4.4.4, 4.5
-
None
-
MOODLE_404_STABLE, MOODLE_405_STABLE
When doing a clean install of Moodle or upgrade with plugins with hooks which are not yet fully installed, the web install dies
Here's a few of the plugins we know use hooks for testing / reference
https://github.com/bmbrands/moodle-local_analytics/
https://github.com/catalyst/moodle-tool_abconfig
e.g. the hook calls the plugin that hasn't yet been installed resulting in a call to a table that hasn't yet been created by the install process
- links to