Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.8 regressions, 3.9
Description
Lack of files is reported during upgrade to 3.9 when $CFG->admin differs from 'admin'.
After upgrade error Cannot find log manager class '\tool_log\log\manager' is reported.
To reproduce.
- Install clean version of Moodle (prior to 3.8)
- Remove all files and directories (accept config.php)
- Unzip Moodle software version 3.9
- Change admin directory name to customadmin
- Set $CFG->admin = customadmin in config.php
- perform an upgrade
On the list of plugins plenty of plugins reports lack of files.
After upgrade: Cannot find log manager class '\tool_log\log\manager' error is reported