ZeekFitz42 Posted April 13, 2013 Share Posted April 13, 2013 Fatal error: Call to undefined function imagecreatefromjpeg() in /home/giantgra/public_html/images. I get this error when trying to add an image to a product in the catalog. I can not figure out where the function - imagecreatefromjpeg - is being called from. I'm thinking the file that the function is in does not exist maybe. This shopping cart has been transfered from one server to another and it is possible somehow in the process the file got corrupted during transfer or possible the file got accidentally deleted??? The only other thing I can think of could be a permissions issue?? If someone could point me in the right direction as to where the code for the function is located I can probably figure out how to fix this. Link to comment Share on other sites More sharing options...
PascalVG Posted April 13, 2013 Share Posted April 13, 2013 This may help: http://php.net/manual/en/function.imagecreatefromjpeg.php and http://stackoverflow.com/questions/13338339/imagecreatefromjpeg-and-similar-functions-not-working-in-php My 2 cents, Pascal 1 Link to comment Share on other sites More sharing options...
Recommended Posts