Elite112608 Posted June 7, 2011 Share Posted June 7, 2011 Hii got prestashop v1.3.3, when i try to upload a image of a product i hit save and a blank page shows.so i enabled the bug reports, and it said this.Fatal error: Call to undefined function imagecreatefromjpeg() in /home/mttekcom/public_html/images.inc.php on line 212This is what is on that line and around it: function createSrcImage($type, $filename) { switch ($type) { case 1: return imagecreatefromgif($filename); break; case 3: return imagecreatefrompng($filename); break; case 2: default: <_____line 212 return imagecreatefromjpeg($filename); break; } } Please help me. Link to comment Share on other sites More sharing options...
fly_in_the_sky Posted November 7, 2013 Share Posted November 7, 2013 Hi i got prestashop v1.3.3, when i try to upload a image of a product i hit save and a blank page shows. so i enabled the bug reports, and it said this. Fatal error: Call to undefined function imagecreatefromjpeg() in /home/mttekcom/public_html/images.inc.php on line 212 This is what is on that line and around it: function createSrcImage($type, $filename){ switch ($type) { case 1: return imagecreatefromgif($filename); break; case 3: return imagecreatefrompng($filename); break; case 2: default: <_____line 212 return imagecreatefromjpeg($filename); break; [spam-filter] Please help me. Hello i have the seem problem, after a big backup over a nwew server , i put back prestashop and wenn i want to put a new image i have these error : Fatal error: Call to undefined function imagecreatefromjpeg() in /home/jeuxcoop/public_html/shop/images.inc.phpon line 212 Please helpe me... Link to comment Share on other sites More sharing options...
El Patron Posted November 7, 2013 Share Posted November 7, 2013 Contact your hosting company to enable GD-support for your hosting account. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now