It now gives:
PHP Fatal error: Call to undefined function imagecreatefromjpeg()
But the gd library is enabled.
Install php5-gd:
on deb-based system:
sudo apt-get install php5-gd
If you are using php-fpm then restart it:
sudo /etc/init.d/php5-fpm restart
Found this solution here
Read http://www.php.net/manual/en/function.imagecreatefromjpeg.php#70832
It might be that your JPEG library is not enabled.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With