-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.25, 4.0.12, 4.1.11
-
HQ 2024 Sprint I2.1 Moppies
If theme doesn't provide a valid layout for page, outputlib.php fallback to /theme/base/layout/general.php that doesn't exists
STEP TO REPRODUCE:
- modify boost theme and remove layout 'mycourses' from config.php
- open page My Courses
Expected: Moodle fallback to normal layout
Actual: Show following error
Coding error detected, it must be fixed by a programmer: page layout file [dirroot]/theme/base/layout/general.php does not contain the main content placeholder, please include "<?php echo $OUTPUT->main_content() ?>" in theme layout file.
- is a regression caused by
-
MDL-55837 Deprecate "base and canvas" themes
- Closed