From 0 of 1145 items inserted to 1 of 2 items inserted
Posted: Mon Jun 25, 2012 2:42 pm
I was having the problems in this error message come up at the top of my feed when viewing it in internet explorer:
I then submitted the feed again and its gone from:
Also, the lines of code were:
I really really need google base up and running, any and all help is very much appreciated!
Thanks
So after much trial and error I just removed the lines and the error message was gone.Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/heafy/public_html/system/library/image.php on line 89
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/heafy/public_html/system/library/image.php on line 90
I then submitted the feed again and its gone from:
Does anyone have any idea why this could be happening?25-Jun-2012 07:18 BST - 1 of 2 items inserted
24-Jun-2012 17:00 BST - 0 of 1145 items inserted
Also, the lines of code were:
Code: Select all
imagecopyresampled($this->image, $image_old, $xpos, $ypos, 0, 0, $new_width, $new_height, $this->info['width'], $this->info['height']);
imagedestroy($image_old);
Thanks