Thread: Shoutbox?
View Single Post
  #9  
Old 10-27-2013, 11:25 PM
parayna's Avatar
parayna parayna is offline
Member
 
Join Date: May 2013
Location: Devon, UK
Posts: 342
Gender: Female
Credits: 16,690
parayna is on a distinguished road
Default

I have another problem! (sigh... one after the other, eh? )

On my admin CP, on various pages, it comes up with this:

Warning: getimagesize(): Couldn't resolve host name in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(http://yurash.x10.mx/templates/icons/cog.gif): failed to open stream: operation failed in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(): Couldn't resolve host name in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(http://yurash.x10.mx/templates/icons/delete.gif): failed to open stream: operation failed in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(): Couldn't resolve host name in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(http://yurash.x10.mx/templates/icons/cog.gif): failed to open stream: operation failed in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(): Couldn't resolve host name in /home/yurashx1/public_html/classes/class_image.php on line 114

Warning: getimagesize(http://yurash.x10.mx/templates/icons/delete.gif): failed to open stream: operation failed in /home/yurashx1/public_html/classes/class_image.php on line 114

I have actually identified the problem (I think..) but because I am not a PHP coder, I don't understand it. Can someone please tell me what this line should say in the class_image file?:

list($this->width, $this->height) = getimagesize($src->getURL());

Thanks again...
Reply With Quote