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
Comments
Comment #1
mfer commentedWas the RSS feed already stored by the aggregator module? Maybe through it's normal interface?
Comment #2
anselmbradford commentedHmm... 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.