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