-
Bug
-
Resolution: Fixed
-
Minor
-
2.1, 2.2.4, 2.3.1, 2.4
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
-
See discussion here : http://moodle.org/mod/forum/discuss.php?d=192615
The problem is that on several pages, text filters are called with texts containing undecoded images urls, so if the algebra filter is activated the algebra2tex.pl script is called with wrong data, that seems to result in a 500 server error.
urls should be decoded before calling text filters.
the problem seems to affect at least
question/preview.php in all cases if for instance the question text contain an image or for a MC question if any answer contain an image
mod/quiz/edit.php if the question bank content is displayed and at least a question text contain an image.
But as my tests weren't extensive ones maybe other pages are also affected. In the forum discussion linked above Robert Fransen report that mod/quiz/startattempt.php can exhibit the same problem
Of course I have listed Quiz in the Component field because it is affected but this is a Questions bug.
- has been marked as being related by
-
MDL-25063 Algebra filter is triggered also by Unified Diff change chunkes
- Closed