Image Previews Wont load

HomeSupportImage StoreImage Previews Wont load

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #54999
    davehardy
    Participant

    http://www.davidjhardy.co.uk/?ims_gallery=cadwell-bemsee

    When you click on some of the photos the previews dont load.

    Dave

    #55006
    Xpark Media
    Keymaster

    @davehardy,

    how 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.

    #55010
    davehardy
    Participant

    OK 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

    #55012
    davehardy
    Participant

    OK 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 🙁

    #55016
    Xpark Media
    Keymaster

    @davehardy,

    if 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.

    #55081
    davehardy
    Participant

    When 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

    #55087
    Xpark Media
    Keymaster

    @davehardy,

    I 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’ );

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.