tags:

views:

302

answers:

1

It now gives:

PHP Fatal error:  Call to undefined function imagecreatefromjpeg()

But the gd library is enabled.

+2  A: 

Read http://www.php.net/manual/en/function.imagecreatefromjpeg.php#70832

It might be that your JPEG library is not enabled.

thephpdeveloper