-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.8, 2.4.5, 2.5.1
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
wip-mdl-41418
-
Log in as admin user and navigate to MOODLE_SITE/error and you will observer following notice
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 451 of /lib/pagelib.php: call to debugging()
|
line 734 of /lib/pagelib.php: call to moodle_page->magic_get_context()
|
line 1342 of /lib/weblib.php: call to moodle_page->__get()
|
line 1091 of /lib/pagelib.php: call to format_string()
|
line 52 of /error/index.php: call to moodle_page->set_title()
|