Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Component/s: Quiz
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_22_STABLE, MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
On the quiz results page (/mod/quiz/report.php?id=60&mode=overview) I am seeing a broken image. The image URL is /mod/quiz/report/overview/overviewgraph.php?id=3 When I access that URL directly I get the error "Fatal error: Call to undefined function ImageCreate() in /home/andrew/Desktop/code/moodle/int/master/lib/graphlib.php on line 1420"
The error is expected as I do not the the GD PHP extension installed. Its not installed by default on Ubuntu. However it would be nice if we could avoid displaying a broken image if its not installed on the server.