-
Bug
-
Resolution: Fixed
-
Critical
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
MDL-82814-main -
-
6
-
Team Hedgehog 2024 Sprint 3.2, Team Hedgehog 2024 Sprint 3.3
Discovered by marycooch in this comment from MDL-81859
It seems to be related to the new routing from MDL-81031 - when examining the browser request/response we see the following:
https://qa.moodledemo.net/r.php/api/rest/v2/user/current/preferences
<div class="notifytiny debuggingmessage" data-rel="debugging"> |
Most probably incorrect set_page() url argument, it does not match the wwwroot!
|
<ul style="text-align: left" data-rel="backtrace"> |
<li>line 1510 of /lib/pagelib.php: call to debugging()</li> |
<li>line 61 of /lib/classes/router/middleware/moodle_bootstrap_middleware.php: call to moodle_page->set_url()</li> |
<li>line 121 of /lib/slim/slim/Slim/MiddlewareDispatcher.php: call to core\router\middleware\moodle_bootstrap_middleware->process()</li> |
<li>line 37 of /lib/classes/router/middleware/moodle_route_attribute_middleware.php: call to Psr\Http\Server\RequestHandlerInterface@anonymous/opt/app/lib/slim/slim/Slim/MiddlewareDispatcher.php:108$19->handle()</li> |
<li>line 121 of /lib/slim/slim/Slim/MiddlewareDispatcher.php: call to core\router\middleware\moodle_route_attribute_middleware->process()</li> |
<li>line 45 of /lib/slim/slim/Slim/Middleware/RoutingMiddleware.php: call to Psr\Http\Server\RequestHandlerInterface@anonymous/opt/app/lib/slim/slim/Slim/MiddlewareDispatcher.php:108$19->handle()</li> |
<li>line 121 of /lib/slim/slim/Slim/MiddlewareDispatcher.php: call to Slim\Middleware\RoutingMiddleware->process()</li> |
<li>line 59 of /lib/classes/router/middleware/uri_normalisation_middleware.php: call to Psr\Http\Server\RequestHandlerInterface@anonymous/opt/app/lib/slim/slim/Slim/MiddlewareDispatcher.php:108$19->handle()</li> |
<li>line 121 of /lib/slim/slim/Slim/MiddlewareDispatcher.php: call to core\router\middleware\uri_normalisation_middleware->process()</li> |
<li>line 76 of /lib/slim/slim/Slim/Middleware/ErrorMiddleware.php: call to Psr\Http\Server\RequestHandlerInterface@anonymous/opt/app/lib/slim/slim/Slim/MiddlewareDispatcher.php:108$19->handle()</li> |
<li>line 121 of /lib/slim/slim/Slim/MiddlewareDispatcher.php: call to Slim\Middleware\ErrorMiddleware->process()</li> |
<li>line 65 of /lib/slim/slim/Slim/MiddlewareDispatcher.php: call to Psr\Http\Server\RequestHandlerInterface@anonymous/opt/app/lib/slim/slim/Slim/MiddlewareDispatcher.php:108$19->handle()</li> |
<li>line 199 of /lib/slim/slim/Slim/App.php: call to Slim\MiddlewareDispatcher->handle()</li> |
<li>line 183 of /lib/slim/slim/Slim/App.php: call to Slim\App->handle()</li> |
<li>line 257 of /lib/classes/router.php: call to Slim\App->run()</li> |
<li>line 56 of /r.php: call to core\router->serve()</li> |
</ul> |
</div>{ "assign_filter": "" } |
- Discovered while testing
-
MDL-81859 Add a link to the assignment grader on the assignment submissions page
-
- Closed
-
-
MDLQA-18977 CLONE - Overriding a grade prevents grade updating in the activity
-
- Passed
-
-
MDLQA-19257 CLONE - A student can view in progress, future, past and starred courses in the course overview
-
- Passed
-
-
MDLQA-19349 CLONE - Teachers can add files to gradebook feedbacks
-
- Passed
-
- is a regression caused by
-
MDL-81031 Initial implementation of the Routing system
-
- Closed
-
- is duplicated by
-
MDL-82992 Javascript SyntaxError when opening the Assignment grading interface
-
- Closed
-
- will help resolve
-
MDL-81614 Fix problems reported in Apache logs before 4.5 release
-
- Closed
-