thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

Systematic error when downloading a picture #303

Open saintger opened 8 years ago

saintger commented 8 years ago

In file src/classes/Provider.php, line 308, this error is always triggered when downloading a picture:

error_log('ERROR/Provider::image path:'.$path.' does not exist, using '.$file);

It is because the function Image is called with $large=true (line 90 in src/classes/Index.php) and in that case the $path is not defined.