Warning!

ErrorException [ Warning ]: getimagesize(./Generated/8cc2ec0e878145a948163b313b06d3a6/small_images/pg_0001-L-0.jpg): failed to open stream: No such file or directory

APPPATH/classes/controller/flipbook.php @ line 89788

89783        }
89784        
89785                if ( file_exists("./Generated/".$data['flipbook']->folder."/small_images/pg_0001-P.jpg")){
89786        $size=getimagesize("./Generated/".$data['flipbook']->folder."/small_images/pg_0001-P.jpg");
89787        }else{
89788        $size=getimagesize("./Generated/".$data['flipbook']->folder."/small_images/pg_0001-L-0.jpg");
89789        }
89790        
89791        $data['ratio']=100*($size[0]/$size[0]);
89792        
89793        $largeur_flipbook=floor(2*$size[0]*$hauteur_flipbook/$size[1]);

Backtrace

  1. COREPATH/bootstrap.php @ line 46
    41set_exception_handler(function (\Exception $e)
    42{
    43    // reset the autoloader
    44    \Autoloader::_reset();
    45
    46    return \Error::exception_handler($e);
    47});
    48
    49set_error_handler(function ($severity$message$filepath$line)
    50{
    51    // reset the autoloader
    

Prior Contents (show)