Closed (fixed)
Project:
Activity Stream
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2008 at 16:47 UTC
Updated:
10 Oct 2008 at 15:12 UTC
Each time cron is run and the feeds are pulled in again, new nodes are created even if they had been previously created on an earlier cron run. This leads to lots of duplicate nodes being created within the site.
Comments
Comment #1
akalsey commentedWhat are the feed urls you're pulling in?
Comment #2
samc commentedI've just been wrangling with the same problem. In my case it turned out that the schema updates had failed to apply. In particular, update_2 which adds the 'changed' column wasn't ever applied in spite of running update.php. This may be because I installed stable then dev without uninstalling first.
After manually applying the updates (via the dropdown in update.php), the issue is resolved.
Comment #3
akalsey commentedI've added a check that the item was added to the activitystream table properly before a node gets created. Now if the DB query fails for any reason, a node won't be created.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
akalsey commentedUndoing status change made by bot. Leaving as "fixed" until this goes into a release.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.