-
Bug
-
Resolution: Fixed
-
Major
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
This was detected as part of MDL-79317
This debugging has been detected in the web server logs, it happens 2 times (surely one per run, because the logs included both boost and classic logs).
At the time of creating this, it has not been discovered which exact scenario is causing the debugging to happen.
199314:[Thu Sep 28 08:52:54.772987 2023] [php:notice] [pid 5293] [client 172.26.0.6:51398] Debugging: This page did not call $PAGE->set_url(...). Using http://webserver17f5ca134fe22e5b/behatrun2/lib/ajax/service.php?sesskey=cwxOvsYeNe&info=mod_quiz_add_random_questions in
|
* line 679 of /lib/pagelib.php: call to debugging()
|
* line 967 of /lib/pagelib.php: call to moodle_page->magic_get_url()
|
* line 106 of /lib/listlib.php: call to moodle_page->__get()
|
* line 87 of /question/bank/managecategories/classes/question_category_list.php: call to moodle_list->__construct()
|
* line 126 of /question/bank/managecategories/classes/question_category_object.php: call to qbank_managecategories\\question_category_list->__construct()
|
* line 109 of /question/bank/managecategories/classes/question_category_object.php: call to qbank_managecategories\\question_category_object->initialize()
|
* line 118 of /mod/quiz/classes/external/add_random_questions.php: call to qbank_managecategories\\question_category_object->__construct()
|
* line ? of unknownfile: call to mod_quiz\\external\\add_random_questions::execute()
|
* line 253 of /lib/external/classes/external_api.php: call to call_user_func_array()
|
* line 83 of /lib/ajax/service.php: call to core_external\\external_api::call_external_function()
|
* , referer: http://webserver17f5ca134fe22e5b/behatrun2/mod/quiz/edit.php?cmid=109000
|
Apparently this is a new problem in 4.3dev (master right now), but worth checking if also is happening in previous branches.
- Discovered while testing
-
MDL-79317 Fix problems reported in Apache logs before 4.3 release
- Closed
- has a non-specific relationship to
-
MDL-76728 Long-term solution to needing to setup $PAGE->url in webservices that call output code
- Open
- has been marked as being related by
-
MDL-79531 Cannot add random question with creating a new category
- Closed
- is a regression caused by
-
MDL-72321 Better searching/filtering in the question bank, so more flexible randomisation in quizzes
- Closed