function get image size

This topic contains 3 replies, has 2 voices, and was last updated by  E2 4 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1544

    Anonymous

    Hi
    first in first , an excellent product congrats

    i have managed to set up after a lot of back burning , an issue with image uploader mainly but now that it is set up
    as soon as i access i get this error in image loading container, function_get image size or some such thing and firbug shows
    <b>Warning</b>: getimagesize(../gallery_testing/gallery_testing/images/imagethumbs) [function.getimagesize]: failed to open stream: Permission denied in <b>C:wampwwwwebsite workingbrajdicovery_websitegallery_testinggetfolders.php</b> on line <b>105</b>

    any solutions

    #1545

    E2
    Member

    Typically this has to do with running the gallery on a windows machine and the GD library, it’s a php function that allows you to read and get info on your images. You’ll have to look into your php setup or if your host has the GD library set up on your php hosting account. You can read more about the function here at php.net: http://php.net/getimagesize and more about the GD library here http://www.libgd.org/Main_Page

    #1546

    Anonymous

    Hi, if my GD lib is not set up properly it should give error on all images, why only this image , some of the images do get parsed and few show up on thumbnails also!!!!
    ;-}

    #1547

    E2
    Member

    I’m definitely not an expert on the server setup especially when it comes to windows and linux server setups. I just know the basics. Do you have an example or your gallery I can see? It could be that image is corrupt or the meta data as characters in it that it doesn’t like to parse. Try removing the image that it gets stuck on and see if that is the only issue or if there are more.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.