Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.8, 2.4.5, 2.5.1
-
Component/s: Administration
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-mdl-41418
-
Pull Master Diff URL:
Description
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()
|