Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumb error #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

InfinityHayden
Copy link

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant