thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

Thumbnails not being generated #345

Closed beeurd closed 6 years ago

beeurd commented 6 years ago

I'll be honest here, it's most likely me just missing something but no matter what I try I can't get thumbnails to generate.

I'm using php7 and have both gd and imagick enabled. I've checked folder permissions are okay - I can that the folders are created for the thumbs, and a .rights.xml folder seems to be generated inside each one.

Anything obvious I might have missed?

thibaud-rohmer commented 6 years ago

Seeing as you have gd and imagemagick, I'd definitely point you towards the folder permissions, but you've already checked that.

You know that thumbnails generate only when you visit the page, I guess ? (meaning that photos of folder Toto will get their thumbs generated when you visit the folder Toto on your website).

On Fri, 1 Sep 2017 at 16:33 Andy notifications@github.com wrote:

I'll be honest here, it's most likely me just missing something but no matter what I try I can't get thumbnails to generate.

I'm using php7 and have both gd and imagick enabled. I've checked folder permissions are okay - I can that the folders are created for the thumbs, and a .rights.xml folder seems to be generated inside each one.

Anything obvious I might have missed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thibaud-rohmer/PhotoShow/issues/345, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgnQ6aRhVVaNO5DHdnZaDl2KDC8UR4oks5seBXRgaJpZM4PKO13 .

beeurd commented 6 years ago

Wasn't expecting a reply that fast, you are far too efficient! xD

It is working now - it seems I have to use full paths rather than relative paths in the config file. I don't know why I didn't try that before to be honest. It's all good now :)

thibaud-rohmer commented 6 years ago

Haha I usually don't respond that fast (or don't respond at all :/ ), you just got lucky ;) glad your issue got resolved

On Fri, 1 Sep 2017 at 19:51 Andy notifications@github.com wrote:

Wasn't expecting a reply that fast, you are far too efficient! xD

It is working now - it seems I have to use full paths rather than relative paths in the config file. I don't know why I didn't try that before to be honest. It's all good now :)

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/thibaud-rohmer/PhotoShow/issues/345#issuecomment-326644043, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgnQ12KgdUNsmRbJeSwq6JxP4FmrwsOks5seEQRgaJpZM4PKO13 .

viennaa commented 5 years ago

This should be pinned. I am using this gallery since quite a while and everyone complained about loading times of the previews until I figured out, there are no thumbs in my thumbnail folder. Also had the path relative in the config and this pointed me in the right direction. Thanks!

thibaud-rohmer commented 5 years ago

I think the best would be to have a notification in the UI saying that the thumbnails displayed are, in fact, not thumbnails.

On Wed, 29 Aug 2018 at 14:54 Tommy Sauer notifications@github.com wrote:

This should be pinned. I am using this gallery since quite a while and everyone complained about loading times of the previews until I figured out, there are no thumbs in my thumbnail folder. Also had the path relative in the config and this pointed me in the right direction. Thanks!

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/thibaud-rohmer/PhotoShow/issues/345#issuecomment-416941965, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgnQ6BMQ4quv-X1BE_p7lnxHADAX0HYks5uVo8agaJpZM4PKO13 .