-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.5, 3.7.1, 3.8
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
This is a fix for a recently introduced regression @ MDL-66110.
Exception - Notice: Undefined variable: CFG in [dirroot]/lib/xmlize.php on line 43
|
|
More information about this error
|
|
×Debug info:
|
Error code: generalexceptionmessage
|
×Stack trace:
|
line 158 of /lib/behat/lib.php: Exception thrown
|
line 43 of /lib/xmlize.php: call to behat_error_handler()
|
line 2428 of /mod/glossary/lib.php: call to require_once()
|
line 84 of /mod/glossary/import.php: call to glossary_read_imported_file()
|
Aiming to fix a problem with one of our CI tests... we added a dependency on xmlize to require setuplib that needs CFG to be around.
This just reverts that commit, keeping things like they were previously and also fixes the glossary case, where the global CFG should be the very first line.
The CI job will be fixed separately to this (will comment once is ready).
Ciao
- is a regression caused by
-
MDL-66110 Error reading from database after upgrade to 3.7.1 (MySQL 8.0.2)
-
- Closed
-