Forum Moderators: coopster

Message Too Old, No Replies

error using getimagesize() [function.getimagesize]:

         

distorto

7:14 pm on Jan 23, 2008 (gmt 0)

10+ Year Member



i have been using the getimagesize() function for months now. I just rebuilt some procedural code using a class and all of a sudden I am throwing a lot of errors. some of them made sense, but were never thrown before I implemented this new class. Now, I am unable to load anything and the error message says that getimagesize is not found. any idea what this is? I am sort of a newbie to oop, but decided to try building a class out of one of the larger functions on the site.
here's the error.
ERRNO: 2 TEXT: getimagesize() [function.getimagesize]: php_network_getaddresses: getaddrinfo failed: Name or service not known LOCATION: /var/www/html/faces.class.php, line 38

pixeline

10:27 pm on Jan 23, 2008 (gmt 0)

10+ Year Member



can we see the first 38 lines of your class? Also, what's your PHP version?