When I try to create thumbnails I always get the following error:
Call to undefined function: imagecreatefromjpeg()
I think it is something set in php.ini, but not sure. Anyone know why?
you must compile PHP with GD library in order to use image handling functions.
You need to add GD to php.ini. Uncomment (remove the semi-colon) on this line: ;extension=php_gd.dll