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?

 
ScottC replied on at Permalink Reply
ScottC
on my local box. You might want to look into your php install as that is a core php function having nothing to do with concrete5.

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...
funnylookinhat replied on at Permalink Reply
Looks like I have to recompile php with some different arguments.