cancel
Showing results for 
Search instead for 
Did you mean: 

GD2 Issues

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

GD2 Issues

Hello

For some reason my site is giving me this error:

Error filtering template: Warning: file_get_contents(): stream does not support seeking in /home/***/*****/vendor/magento/framework/Image/Adapter/Gd2.php on line 291
 
And this is line 291:
return (ord(file_get_contents($fileName, false, null, 25, 1)) & 6 & 4) == 4;
This happening after I submited the 4th simple produt. Went to the front end to check it and got the error. Any ideas how to fix this?
 
Runing Magento CE 2.1.2
1 REPLY 1

Re: GD2 Issues

So, after some testing I found out that this error ONLY shows up when uploading a .png with transparency file as a product image.

Guess I need to upload file as .jpg untill I got a solution for this.