multi-gallery-example
multi-gallery-example copied to clipboard
Thumb error
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!
