Just installed GA and created a gallery. Clicking on the image titles shows the image in lightbox but no thumb exists, and no files exist in /thm folder, but files exist in /img and /prev. What is wrong?
Just installed GA and created a gallery. Clicking on the image titles shows the image in lightbox but no thumb exists, and no files exist in /thm folder, but files exist in /img and /prev. What is wrong?
Comments
Comment #1
Dinth commentedI have same issue with 1.14 gallery_assist. Ive tried both ImageAPI backends and unfortunately no luck. You can check my galleries here http://czernichow.gmina.pl/media
Comment #2
hasdf commentedSame here, but with files in the thm folder ;)
Comment #3
hasdf commentedWorks for me:
Delete the ".htaccess" file in the "/sites/default/files" folder.
Comment #4
jcmc commentedHello to all
@Kevin Quillen,
@Dinth,
@m0rtel
excuse my delayed answer.
I have visited the page from Dinth and have investigated a little (as guest) the paths etc. I not have a idea why are desapeared the thumbnails in this case
.
Please can you add a change in the gallery module?
I see you not use Gallery Assist with ImageCache also you can add the following lines to the init function from gallery_assist.module.
after the line
add
With this value "Gallery Assist" check the images paths, in case a file not exist, Gallery Assist will restore it from original.
Actually, this functionality is only available after uninstall Gallery Assist Image Cache, but would help here too.
NOTE:
This is not a solution for sites where ImageCache and GAIC are installed.
Regards
Juan Carlos
Comment #5
grung commentedInteresting idea. However I have find out something else also without "ImageCache module". For some reason entries from {files} table are disappearing and thanks to that gallery is not rendered.
In gallery_assist.module function "gallery_assist_load" is doing a query on {gallery_assist_item} with JOIN on {gallery_assist_translated} and {files}.
However I found that entries from {files} table disappeared and this makes situation in which gallery is not rendered.
So to fix all my galleries I removed this join with {files} table and I did ugly hack: changed " f.timestamp" to "a.pid as timestamp". So finally this query looks like that:
Now everything works for me as I don't need timestamp field. However after this change to make galleries renderable it is very important to clear Gallery Assist Cache.
Comment #6
drahman commentedDeleting the .htaccess file worked. However, is the file necessary in that directory? will it recreate?
I had the problem as soon as I changed the Display thumbnail size from 100 to 75. Was that purely coincidental?
Comment #7
Tran commentedIs there no solution?
Comment #8
jcmc commentedcan I see, can I investigate this?
Comment #9
jcmc commentedwith the time is this issue gone and through more recent versions fixed.
Comment #10
jcmc commented