Page 1 of 1

Thumbnails wrong attributes

Posted: 11 Nov 2008, 03:23
by Trekkie
Hi,
i create a folder and upload some pics with ftp.
after auto-creating the thumbnails, the thumbnail files "tn_.....jpg"have attribute "600", and my gallery show only "jpg" Thumbnail-Picture.
Any idea ?

a solution is to give the thumbnailfiles manual the right attribute "644"

Any idea ?

Posted: 12 Nov 2008, 03:39
by Nick
Actually this is quite common issue on many hosts. PHP can't read/write ftp created files and dirs. You should chmod directories and files after upload so they are writable, or better yet try to contact your hosting support and point them to the issue.