multi-gallery-example icon indicating copy to clipboard operation
multi-gallery-example copied to clipboard

Thumb error

Open InfinityHayden opened this issue 8 years ago • 0 comments

If you install this script as is within public_html for example or even public_html/galleryscript once you upload images into cat/dog/misc when you load the index.php it will show error thumbnails it tries to retrieve the thumbnail from / and then displays no image, once you click on the broken image the full image still loads. I have changed line 467 from ThumbsDir . '/' to ThumbsDir . '/cache/' and it seems to solve the issue.

No idea if this is "correct" but it made the script work for me! before afte

InfinityHayden avatar Mar 18 '17 08:03 InfinityHayden