cancel
Showing results for 
Search instead for 
Did you mean: 

Error filtering template: Warning: file_get_contents(): stream does not support seeking in

Error filtering template: Warning: file_get_contents(): stream does not support seeking in

I was working on my page, everything was fine. All i did was adding categories and then suddenly my frontend is only now showing this:

"Error filtering template: Warning: file_get_contents(): stream does not support seeking in /home/chillbyt/public_html/vendor/magento/framework/Image/Adapter/Gd2.php on line 291"

 

Line 291 in the G2d.php is :

    {
        return (ord(file_get_contents($fileName, false, null, 25, 1)) & 6 & 4) == 4;
    }

 

I have NO clue what to do here, im clueless Smiley Surprised

 

Check the site:

https://www.chillz.no

1 REPLY 1

Re: Error filtering template: Warning: file_get_contents(): stream does not support seeking in

Hi.

Did you got that error fixed?
I just got it on magento CE 2.1.2. I dont have a clue how to fix it. Any help is appreciated