getimagesize error

This topic has 2 voices, contains 1 reply, and was last updated by  E2 1617 days ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Author Posts
Author Posts
December 17, 2007 at 3:40 pm #1018

Hi, I am getting the “getimagesize” error. I noticed several post regarding this error but no answers. It appears that my error is a premission denied and I see that a FrontPage folder is included as a parameter. Don’t have a clue why the FP folder would be there. I know we all hate FP but can anyone help?

Warning: getimagesize(images/_vti_cnf) [function.getimagesize]: failed to open stream: Permission denied in F:hshomeshammocklamarsegofamily.come2getfolders.php on line 105

December 18, 2007 at 11:26 am #1019

E2

To fix this issues open up getfolder.php and find:

list($width, $height, $type, $attr) = getimagesize("$path/$file[name]", &$info);

and change it to:

list($width, $height, $type, $attr) = getimagesize("$path/$file[name]", $info);

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

The topic ‘getimagesize error’ is closed to new replies.