-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.10, 4.0.4
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-76220-master -
-
1
-
HQ Sprint 1.1 Moppies
Hi,
we found in Moodle 3.11.10+ (Build: 20221104) that a course formatted with the single activity format shows an error. The single activity is a wiki. The debugging messages are switched to "developer". I switched off the debugging messages but this is not a real solution.
This page did not call $PAGE->set_url(...). Using https://xxxxx/moodle/mod/wiki/view.php?pageid=103
|
line 610 of /lib/pagelib.php: call to debugging()
|
line 830 of /lib/pagelib.php: call to moodle_page->magic_get_url()
|
line 480 of /mod/wiki/lib.php: call to moodle_page->__get()
|
line 2287 of /lib/navigationlib.php: call to wiki_extend_navigation()
|
line 1444 of /lib/navigationlib.php: call to global_navigation->load_activity()
|
line 3044 of /lib/navigationlib.php: call to global_navigation->initialise()
|
line 504 of /course/format/singleactivity/lib.php: call to global_navigation->find()
|
line 1118 of /lib/pagelib.php: call to format_singleactivity->page_set_cm()
|
line 3066 of /lib/moodlelib.php: call to moodle_page->set_cm()
|
line 3224 of /lib/moodlelib.php: call to require_login()
|
line 145 of /mod/wiki/view.php: call to require_course_login()
|