Duplicate key error when an RSS feed entry is edited
anselmbradford - May 10, 2009 - 02:19
| Project: | Profile Blog Information |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
After entering an RSS feed on the profile page, save, and return and edit the RSS URL. I get the following error (brackets enclose info that's specific to my setup):
user warning: Duplicate entry '[RSS URL]' for key 2 query: INSERT INTO aggregator_feed (title, url, refresh, block, description, image) VALUES ('[blog name]', '[RSS URL]', 0, 5, , ) in [path to modules]/profile_blog_info-1.0/profile_blog_info.module on line 196.
I'm running Drupal 6.11

#1
Was the RSS feed already stored by the aggregator module? Maybe through it's normal interface?
#2
Hmm... maybe so, I thought I had created all the feeds through the module, but I just created a brand-new user and wasn't able to repeat the error. I'll repost if I see it again and can consistently repeat.