Home › Support › Image Store › Image Previews Wont load
-
AuthorPosts
-
September 22, 2013 at 3:20 pm #54999davehardyParticipant
http://www.davidjhardy.co.uk/?ims_gallery=cadwell-bemsee
When you click on some of the photos the previews dont load.
Dave
September 23, 2013 at 1:47 am #55006Xpark MediaKeymasterhow big are your images? did you renamed or moved the images recently?
I see that the links to images gives me a 500 error. can you check your server php error log and post any error caused by the plugin.
Most of the time this is a memory limit error, file permission issue or the path to the images can’t be located.
September 23, 2013 at 4:21 am #55010davehardyParticipantOK I have deleted that gallery, made a new one.
The images I have uploaded are 5-11mb uploaded via FTP then scanned with the IM plugin.
I have resize set to 800×600.
IM creates a folder in /_resized/ where it has made these files:
cadbemsee-159.jpg (10.25mb same as original)
cadbemsee-159-70×60.jpg (2kb)
cadbemsee-159-150×150.jpg (8kb)But no 800×600 images…..
Still the previews dont show.
http://www.davidjhardy.co.uk/?ims_gallery=cadwell-bemsee-14-09-13
September 23, 2013 at 10:10 am #55012davehardyParticipantOK ive reset the settings and left the sizes as default and its all working, if I set anything other than 380 min/max it screws up 🙁
September 24, 2013 at 10:41 pm #55016Xpark MediaKeymasterif you want to use image bigger than that you will have to increase the php memory limit. At least you know what is the problem now.
September 28, 2013 at 4:20 am #55081davehardyParticipantWhen i change the “Image preview size( pixels )” in the setting then rescan the folder it doesnt resize the images to the new size.
I added a gallery at the default 380×380 pixels then changed the Image preview size to 1600×1600 and only 1 of the 11 photos enlarged but even then it isnt at the new size.
But….
If i right click the image and select “open image in new tab” (chrome) the image is 1600 pixels on its longest edge..
I really want to donate to this awesome project but I need these issues resolved before I do.
Dave
September 29, 2013 at 11:56 pm #55087Xpark MediaKeymasterI don’t think the preview image is the issue the problem are you original images it sounds like whe image store tries to create the new sizes it runs out of memory.
There is really two solutions here increase your php memory size, or upload all your images again at a smaller size. also check your php error log for memory error.
You can pay with these settings by adding them to your wp-config.php file.
define( ‘WP_MEMORY_LIMIT’, ‘120M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘250M’ ); -
AuthorPosts
- You must be logged in to reply to this topic.