Jump to content

Blank page when uploading images


Recommended Posts

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;
   }
}



Please help me.

Link to comment
Share on other sites

  • 2 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...