• Hey, I finally updated my php.ini file in order to make this plugin work.

    However I am now having multiple errors come up, I assume these errors are what keeping me from looking at the images i attempt to upload..

    function getImageSize( $filename )
    	{
    		$filename = str_replace(get_option('siteurl').'/', ABSPATH, $filename);
    
    			return @getimagesize( $filename );
    	}

    That is code on line 422 of the functions.class.php. The reason why I am showing it to you is because the error i get is:

    /htdocs/wp-content/pageflip/images/t_i_7tdQKkI.gif on line 422 in file /vservers/eliolicom/htdocs/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Warning: getimagesize(/vservers/eliolicom/htdocs/wp-content/pageflip/images/t_i_7tdQKkI.gif) [function.getimagesize]: failed to open stream: Success on line 422 in file /vservers/eliolicom/htdocs/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Warning: getimagesize() [function.getimagesize]: Unable to access /vservers/eliolicom/htdocs/wp-content/pageflip/images/t_i_7tdQKkI.gif on line 422 in file /vservers/eliolicom/htdocs/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Warning: getimagesize(/vservers/eliolicom/htdocs/wp-content/pageflip/images/i_7tdQKkI.gif) [function.getimagesize

Viewing 7 replies - 1 through 7 (of 7 total)
  • Well, I upgraded the plugin today and am getting similar errors.

    getimagesize(https://www.url.com/wp-content/pageflip/images/i_lJcA2NuuDye.png) [function.getimagesize]: failed to open stream: HTTP request failed! on line 420 in file /htdocs/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Warning: getimagesize(https://www.url.com/wp-content/pageflip/images/i_oaECoRj.png) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found on line 420 in file /htdocs/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Have you try to upload images with SWF Uploader? Zip Archive? Or some different way?

    I ended up having to delete the book and recreated it using the images already uploaded. That fixed the error.

    I have since Switched servers and still get errors very similar.
    Warning: getimagesize() [function.getimagesize]: Read error! on line 420 in file /home/zukny/sites/mymorningstory.com/www/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Even with the new option of using assigning images from WP media it won’t work.
    The good news is, I can actually see the images in WP-Media, prior to assigning them to my book.

    My have changed the permissions to 777 What else can I do. Dreamwhispers idea didn’t help me.

    Warning: getimagesize() [function.getimagesize]: Read error! on line 420 in file /home/zukny/sites/mymorningstory.com/www/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Warning: unlink(/home/zukny/sites/mymorningstory.com/www/wp-content/pageflip/books/9.xml) [function.unlink]: No such file or directory on line 1337 in file /home/zukny/sites/mymorningstory.com/www/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php

    anyone.

    Hi all,

    I am playing around with the plugin myself, before using it in my blog.
    It seems that long names in the images or non-std chars in the name (space included) give the plugin the creeps. When I am using simply numbers for the image filenames the plugin works like a charm.
    Hope this helps

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Page Flip Image Gallery] function.getimagesize’ is closed to new replies.