Home › Support › Image Store › Thumbnails and lightbox
-
AuthorPosts
-
April 30, 2012 at 12:59 pm #46676omarfParticipant
Thumbnails aren’t showing. I found another post in this form where it was said that the problem was with some servers. Has this been addressed? The images are there and they show up when clicked, but not with lightbox.
Any guidance on this, please?
Link: http://www.aeromediagroup.com/test-gallery/
BTW, thanks for sharing this plugin with the WP community. The demos look great.
April 30, 2012 at 1:49 pm #46677Xpark MediaKeymasterThe first thing that you want to check if your images are not showing on the front-end is permission to file image-store/admin/_key make sure that there is a file in the directory and that the file is read only.
April 30, 2012 at 2:36 pm #46678omarfParticipantThanks for the quick reply, Hax.
The _key folder has 755 permissions and the *.txt file had permissions set to 640. I’ve changed the txt file permissions to read only (440) and removed and added images back to the gallery, but no change.
What are the correct permissions for the _key folder?
May 1, 2012 at 12:11 am #46693Xpark MediaKeymastercheck your gallery folder permission, also be sure that they are readable by everyone
May 1, 2012 at 8:49 am #46696omarfParticipantThey are all 755
May 1, 2012 at 12:27 pm #46701Xpark MediaKeymasterI think is something in your server, maybe permssions on the image.php script. if you go directly to the image link the image displays fine.
May 1, 2012 at 2:12 pm #46706omarfParticipantIt’s the thumbnail that’s missing. Thumbnail creation for NextGen Gallery works OK:
http://www.aeromediagroup.com/photography/image.php had 644 permissions. Even at 777 for image.php the thumbnails don’t show up.
May 1, 2012 at 3:58 pm #46707Xpark MediaKeymasterThe link that I sent you was to one of the thumbnails, but it looks like they are working now. Can you please share what you did to fix the problem so it can help others. Thank you .
May 1, 2012 at 7:00 pm #46710omarfParticipantNo, the page you referenced in the post above in post #46707 is made by NextGen Gallery, not by Image Store. Image store thumbs are still not being generated. If you click on the missing thumbnail, you still get the full-size image. Just no thumbnail.
See the missing thumbnails on this page:
http://www.aeromediagroup.com/galleries/gallery-329/May 2, 2012 at 9:17 pm #46729FCoppolaParticipantdid you load this from outside of the galleries folder . if not then I would suggest to reload the images into the and then select SCAN FOLDER this is the way I did it and the images was no issue . best of luck
May 2, 2012 at 9:55 pm #46732omarfParticipantThe images are added to the gallery via the Upload images > Select files dialog.
I tried the method FCoppola suggested without success – I deleted the images from the gallery and then scanned the folder. No change.
I see in the _imsgalleries/gallery-xxx/_resized folder all the resized images.
Even the thumbnails that are supposed to be shown on the front end are there.
Obviously the plugin is successful in resizing images and saving them to the mentioned location. Somehow that correct location is not being passed to the front-end gallery creation procedure.
Any guidance on this, Hax?
May 2, 2012 at 10:57 pm #46740Xpark MediaKeymasterYou can try to debug, the image.php file.
I could take a look at your installation but I will ned FTP and WP access, but I will also ask you to make a donation to the plugin. [email protected]
May 2, 2012 at 11:24 pm #46755omarfParticipantI should have looked at the error.txt file sooner – the readfile() function was disabled in php.ini.
The thumbnails are showing up now. I think your mention of “debug” was the key here. 😉
May 3, 2012 at 3:42 pm #46788timothyParticipantHey Omarf,
I’m having the same problem, checked php.ini and could not find a read file function. Pasted my php.ini below. Could you point me to the function if you see it and if it’s there?
register_globals = off
allow_url_fopen = offexpose_php = Off
max_input_time = 60
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.soMay 3, 2012 at 8:56 pm #46793omarfParticipantTimothy, your ability to modify the PHP setup will depend on what your hosting provider allows.
If you don’t have access to it, you might be able to ask your hosting provider or server administrator to remove the readfile function from the disabled list.
What you posted above is only a part of your PHP configuration, probably from your account-level php.ini file. To get the whole picture, you can upload a phpinfo file to your server and call it up with a web browser. See this: http://php.net/manual/en/function.phpinfo.php
Use the code listed in the example to create your phpinfo.php file, upload to your server and call it up: http://www.yoursite.com/phpinfo.php or whatever path you place it under.
-
AuthorPosts
- You must be logged in to reply to this topic.