-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.1
-
MOODLE_36_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
I have set up ... a Quiz/Assignment ... but as soon as the users hits the Submit button I see an output of the SMTP dialog and what looks to ba a stack trace:
```
This page did not call $PAGE->set_url(...). Using https://demomoodle.pexipacademy.com/mod/quiz/processattempt.php
- line 600 of /lib/pagelib.php: call to debugging()
- line 820 of /lib/pagelib.php: call to moodle_page->magic_get_url()
- line 565 of /admin/tool/usertours/classes/manager.php: call to moodle_page->__get()
- line 505 of /admin/tool/usertours/classes/helper.php: call to tool_usertours\manager::get_current_tour()
- line 75 of /admin/tool/usertours/lib.php: call to tool_usertours\helper::bootstrap()
- line 1346 of /lib/outputrenderers.php: call to tool_usertours_before_footer()
- line 1201 of /lib/outputrenderers.php: call to core_renderer->footer()
- line 2957 of /lib/weblib.php: call to core_renderer->redirect_message()
- line 97 of /mod/quiz/processattempt.php: call to redirect()
```
Moodle version Moodle 3.6.1+ (Build: 20181220)
(Edited by Tim Hunt to remove irrelevant info about emails.)