-
Notifications
You must be signed in to change notification settings - Fork 50
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
No thumbnails preview. #121
Comments
|
Ok it worked with $ sudo apt-get install php7.0-gd Thank you |
Thumbnails caching : No : You should let php create and use the 'thumbs" directory. MiniGal will be much faster. I don't know why it don't save thumbnails in a folder. |
|
In my browser console, i have this error : TypeError: document.getElementById(...) is null I did not found any log in my /var/log/nginx/error.log And i have set all permision to chmod -R 775 The solutioni have find is to set all right to execute, but i prefere desactivate it in the public web, so i generate my tumbs with the right to execute and then, i desactivate after, because i don't want anybody to execute an injection. |
@softyoda Having file mode 0775 is not enough, you need to ensure files have proper owner/group as well.
If this works then you probably have wrong ownership on your files. The preferred way to restrict permissions to the minimum is:
|
Hello, i have a problem, i havn't any preview of the picture, and with folder with a folder.jpg, no thumbnails.
I have the last version of Minigal and PHP and all flower are in chmod 775, i also use nginx.
I don't have any flower "thumb".
The text was updated successfully, but these errors were encountered: