-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
3.0.4, 3.1
-
None
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
-
- Select Clean theme.
- Turn on developer level debugging.
- Enable maintenance mode.
- In another browser, login as guest.
- Navigate to the '/my/' URL postfix.
In maintenance mode login as guest with developer level debugging and navigate to 'http://mymoodlesite/my' you get:
Coding problem: $PAGE->context was not set. You may have forgotten to call require_login() or $PAGE->set_context(). The page may not display correctly as a result•line 458 of \lib\pagelib.php: call to debugging()
|
•line 773 of \lib\pagelib.php: call to moodle_page->magic_get_context()
|
•line 1420 of \lib\weblib.php: call to moodle_page->__get()
|
•line 1164 of \lib\pagelib.php: call to format_string()
|
•line 2893 of \lib\weblib.php: call to moodle_page->set_title()
|
•line 2686 of \lib\moodlelib.php: call to print_maintenance_message()
|
•line 46 of \my\index.php: call to require_login()
|
- will be (partly) resolved by
-
MDL-42058 Maintenance mode does not make site unavailable
-
- Closed
-