Lightbox 2 Thumbs not Showing

Can anyone tell me why the thumbs are not showing? I’m using Lightbox 2 and have followed video tutorials and also the website’s tutorial.

This works on a localhost, but not after I uploaded it to a server. All of the image src’s are pointing to the right folder.

Thanks!

Unfortunately, the client supplied me with these images. I’ll have to make sure to forward a note to them after I build the CMS upload for this gallery.

Thanks c2uk!

if I remember correctly, you can use irfanview to batch rename those.

indeed that is the case, I checked for lower-case spelling, but also put DSC into lowercase.

Some servers behave like this, which is why it’s recommended to put filenames always into lowercase (and no spaces).

Actually, the photos and thumbs are all in the same folder being called by PHP from the same source.

I’m suspecting it’s because of the extension. The thumbs are ‘.jpg’ while the larger image is ‘.JPG’. Why that would make any difference on a live server is beyond me.

the thumbs are simply not in the folder they should be in (photos). how are they generated? if the script is generating them, then make sure it has write permissions in the folder.

I’ll look into that! Thank you!