Page 1 of 1

From 0 of 1145 items inserted to 1 of 2 items inserted

Posted: Mon Jun 25, 2012 2:42 pm
by h4eafy
I was having the problems in this error message come up at the top of my feed when viewing it in internet explorer:
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
So after much trial and error I just removed the lines and the error message was gone.
I then submitted the feed again and its gone from:
25-Jun-2012 07:18 BST - 1 of 2 items inserted
24-Jun-2012 17:00 BST - 0 of 1145 items inserted
Does anyone have any idea why this could be happening?

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);
I really really need google base up and running, any and all help is very much appreciated!
Thanks

Re: From 0 of 1145 items inserted to 1 of 2 items inserted

Posted: Mon Jun 25, 2012 2:52 pm
by h4eafy
I am really stuck here.
Both errors seem to relate to the one and only item that has been accepted the errors are:
XML formatting error - Error
Our system encountered an error when processing your data feed.
Learn more.
Examples:
Line No.
2
Column No.
3,810
and
Missing recommended attribute: google product category (1 warning)
While items missing recommended attributes will process successfully, we recommend including relevant attributes if they are available.
Examples:
Item ID
439
Line No.
1

Re: From 0 of 1145 items inserted to 1 of 2 items inserted

Posted: Tue Jun 26, 2012 8:29 pm
by h4eafy
Nobody on here can help me?

Re: From 0 of 1145 items inserted to 1 of 2 items inserted

Posted: Wed Jun 27, 2012 10:36 pm
by uksitebuilder
Make sure you have 'Display Errors' turned off in your admin System - Settings - Server tab