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