Hi,
I am receiving following error every time when i do operation like 'edit','delete feed items' for particular 'feed' node.
Plz look into screenshot.
I am using
D-6.16
PHP 5.3.0
CCK 6.x-2.6
Filefield 6.x-3.2
Imagefield 6.x-3.2
Feeds 6.x-1.0-alpha12
Feeds Image Grabber 6.x-1.0-beta1
I am trying to fetch feed from http://feeds.feedburner.com/people/stylewatch/offtherack
and generating feed item with cck images.
Thanks in Advance
| Comment | File | Size | Author |
|---|---|---|---|
| 1.JPG | 72.64 KB | kuldip zala |
Comments
Comment #1
publicmind commentedI am pretty sure that it has nothing to do with Feeds Image Grabber. I am shifting it to Feeds issue queue.
regards,
Comment #2
alex_b commented#759302: User warning : Duplicate entry
Comment #3
cato commentedI've been hunting this error for a while now since it appears everytime I edit/import the feed.
The solution is to either quit updating the feed_nid field in DB or to remove it from the index.
Looking at the mysql log, it's clear that the db handling code for both Feeds and Feeds Image Grabber creates the same error: It tries to update the (unique) key field in the table(s) for no apparant reason.
Regards,
Christopher Cato