Avoid breaking whole save process at default processor when there are faulty item(s)
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1695852. -->
Reported by: [saweyer](https://www.drupal.org/user/118820)
>>>
<p>(I had earlier reported this as part of <a href="http://drupal.org/node/1067532">Deleted feed aggregator reappeared</a> but decided to report this as a separate bug).</p>
<p>this feed worked fine in 6.26: <a href="http://feeds.feedburner.com/uua/Lxnn">http://feeds.feedburner.com/uua/Lxnn</a></p>
<p>however, in 7.14 it causes cron to fail with an error in the log:</p>
<p>PDOException: SQLSTATE[22003]: Numeric value out of range: 1264<br>
Out of range value for column 'timestamp' at row 1: ... [:db_insert_placeholder_5] => -2209143600</p>
<p>I tracked this down to an incorrect pubDate in the 5 oldest entries (actually VERY OLD entries ;-) ): December 29, 1899 9:00 PM<br>
which generates the negative timestamp value in the SQL error.</p>
<p>now, I have contacted the source of the feed and they acknowledge the problem and say that they will fix or remove the items -- but they haven't yet...</p>
<p>in the meanwhile, if this error happens with, say the 1st item in the feed, no items are updated in 7.14 (though as I mentioned earlier, 6.26 didn't have this problem). so I'm wondering whether 7.x might just skip problem items and continue processing remainder of the feed ?</p>
<p>Steve</p>
issue