• Hi,

    I’ve this code error when I’m going to “manage books and pages” : Warning: getimagesize(i_v3a6mJ2aXI0V.jpg): failed to open stream: No such file or directory on line 451 in file /var/www/vhosts/xxxx.be/httpdocs/wp-content/plugins/page-flip-image-gallery/functions.class.php

    What I found in this file is :
    function getImageSize( $filename )
    {
    $filename = str_replace($this->main->siteURL.’/’, ABSPATH, $filename);
    if ( is_file($filename) || $this->isUrl($filename) )
    return @getimagesize($filename);
    }

    Problem is at the line : return @getimagesize($filename);

    Could you help me please ? This is for a client.

    Best Regards,

    https://www.ads-software.com/plugins/page-flip-image-gallery/

  • The topic ‘Failed to open stream’ is closed to new replies.