getimagesize() error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Loquela
Forum Newbie
Posts: 1
Joined: Sun Aug 16, 2009 1:34 am

getimagesize() error

Post by Loquela »

Hi there,

I have a image resize/crop script that keeps giving this error:

Code: Select all

PHP Warning:  getimagesize("..."): failed to open stream: Connection refused
Does anybody jave any idea what might be causing the error?

Cheers,
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: getimagesize() error

Post by Christopher »

Maybe it is because "..." does not exist?
(#10850)
Post Reply