Fatal Install Error: imageCreateFromJPEG()
Permalink
When installing, everything seemed to be working fine (the page was taking a while to load and so I figured it was created DB entries, changing files, etc.).
Then it threw the following error:
Fatal error: Call to undefined function imageCreateFromJPEG() in /var/www/funnylookinhat.com/concrete5.1.0/concrete/blocks/library_file/controller.php on line 168
When I try to load the directory again, it just serves up a blank page.
Ideas?
Then it threw the following error:
Fatal error: Call to undefined function imageCreateFromJPEG() in /var/www/funnylookinhat.com/concrete5.1.0/concrete/blocks/library_file/controller.php on line 168
When I try to load the directory again, it just serves up a blank page.
Ideas?
That is a GD function.
edit: php docs have it uncamelcased though :)
edit again since I checked the docs: some sweet info here:http://us.php.net/manual/en/function.imagecreatefromjpeg.php...