Hi
http://images.gauravjain.net.in/index.php?/category/1
None of the thumbnails are showing on the gallery. Though the full size images can be viewed easily after clicking on the the links. I have just installed this script on my server.
Gaurav
hello
please read the doc
http://piwigo.org/doc/doku.php?id=user_ … es_missing
http://images.gauravjain.net.in/_data/i … d30-th.jpg
you have a badly configured .htaccess which redirect everything to the index
Offline
I was actually going through that link only. I noticed that there are not files in /_data/i/upload/2013/12/07 apart from index.htm
The permissions for folder is 755 and for files it is 644
I don't know how to correct htaccess if at all it is the problem.
I think the main problem is that thumbnails are not being generated in the _upload folder. Can you tell me any possible reason for it. Permissions for the folder are okay i believe.
Can anyone help or I move to some other script?
did you followed the guide ?
did you add $conf['enable_i_log'] = true; to generate a log ?
Offline
Where should i add this code $conf['enable_i_log'] = true
sorry for being noob !
Hi :-)
1/ Go to administration -> plugins -> manage
activate [extension by Piwigo Team] LocalFiles Editor
2/ Go to administration -> plugins -> Local File Editor -> tab 'local config'
paste
<?php
$conf['enable_i_log'] = true
?>
Offline
Okay, i added that thing in the file.
Then i regenerated some thumbnails form batch manager. But still the problem is unsolved.
The following log was generated in i.log file
"2013-12-13T15:21:45-06:00 convert "/home/gauravja/public_html/GJ-images/upload/2013/12/07/20131207130619-0e242aa4.jpg" -filter Lanczos -resize 144x108! -strip -quality 95 -interlace line "/home/gauravja/public_html/GJ-images/_data/i/upload/2013/12/07/20131207130619-0e242aa4-th.jpg" 2>&1
2013-12-13T15:21:45-06:00 convert "/home/gauravja/public_html/GJ-images/upload/2013/12/07/20131207130624-5576a5b9.jpg" -filter Lanczos -resize 144x108! -strip -quality 95 -interlace line "/home/gauravja/public_html/GJ-images/_data/i/upload/2013/12/07/20131207130624-5576a5b9-th.jpg" 2>&1
2013-12-13T15:21:45-06:00 perf 20131207130619-0e242aa4.jpg 640 480 307200 20131207130619-0e242aa4-th.jpg 144 108 15552 0.9 1416 | 58 0 1356 0
2013-12-13T15:21:45-06:00 perf 20131207130624-5576a5b9.jpg 640 480 307200 20131207130624-5576a5b9-th.jpg 144 108 15552 0.9 1440 | 32 0 1407 0
2013-12-13T15:21:46-06:00 convert "/home/gauravja/public_html/GJ-images/upload/2013/12/07/20131207130617-af4bbff6.jpg" -filter Lanczos -resize 144x108! -strip -quality 95 -interlace line "/home/gauravja/public_html/GJ-images/_data/i/upload/2013/12/07/20131207130617-af4bbff6-th.jpg" 2>&1
2013-12-13T15:21:46-06:00 perf 20131207130617-af4bbff6.jpg 640 480 307200 20131207130617-af4bbff6-th.jpg 144 108 15552 0.9 2101 | 106 0 1994 0
2013-12-13T15:21:46-06:00 convert "/home/gauravja/public_html/GJ-images/upload/2013/12/07/20131207130622-b9427d24.jpg" -filter Lanczos -resize 144x108! -strip -quality 95 -interlace line "/home/gauravja/public_html/GJ-images/_data/i/upload/2013/12/07/20131207130622-b9427d24-th.jpg" 2>&1
2013-12-13T15:21:46-06:00 perf 20131207130622-b9427d24.jpg 640 480 307200 20131207130622-b9427d24-th.jpg 144 108 15552 0.9 2148 | 65 0 2081 0
"
Okay leave it. I have moved to some other script (http://gauravjain.net.in/images/ ).
Thank you anyways. I really appreciate your support.