PDA

View Full Version : "Warning: getimagesize errros"



bevjones
24 Jun 2010, 05:06 AM
hi there, :nana:

I have the following error messages that a few months were not appearing and now they are. any help would be really really appreciated.



Warning: getimagesize(upload/c4ca4238a0b923820dcc509a6f75849b/127737093827_tmp.jpg) [function.getimagesize]:
failed to open stream: No such file or directory in /home/zodiacim/public_html/goldencode/includes/functions.php on line 160



Warning: imagecreatefromjpeg(upload/c4ca4238a0b923820dcc509a6f75849b/127737093827_tmp.jpg) [function.imagecreatefromjpeg]:
failed to open stream: No such file or directory in /home/zodiacim/public_html/goldencode/includes/functions.php on line 170



Warning: imagealphablending() expects parameter 1 to be resource, boolean given in
/home/zodiacim/public_html/goldencode/includes/functions.php on line 171



Warning: imagecopy() expects parameter 1 to be resource, boolean given in
/home/zodiacim/public_html/goldencode/includes/functions.php on line 175



Warning: imagejpeg() expects parameter 1 to be resource, boolean given in
/home/zodiacim/public_html/goldencode/includes/functions.php on line 177



Warning: imagedestroy() expects parameter 1 to be resource, boolean given in
/home/zodiacim/public_html/goldencode/includes/functions.php on line 178

Thanks very much in advance.

Bev.

<CrGeary.com/>
24 Jun 2010, 06:08 AM
Does this file exist? upload/c4ca4238a0b923820dcc509a6f75849b/127737093827_tmp.jpg

because the error "No such file or directory" says it doesn't exist where you say it does.

--
Have you got a link?, and a copy of your php function.php script?