Quote:
Originally Posted by chimpmaster
Installed on 4.1.11 patch 2 and seems to be working except for images. If I add any images to a quiz or a question within a quiz I get this:
Fatal error: Call to undefined function imagecreatefrompng() in /home/public_html/forum/dbtech/vbquiz/includes/common_functions.php on line 288
Any idea what is going on here?
Thanks
|
It resizes the images using GD so it requires that be enabled in php. That error usually happens when you don't have GD installed. Can you see if you have GD installed and what version you are running if you do?
Dylan