Closed (fixed)
Project:
Feeds Self Node Processor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2012 at 08:59 UTC
Updated:
30 Sep 2014 at 06:56 UTC
Jump to comment: Most recent
Comments
Comment #1
swfindlay commentedBump - I also have this question.
How to get the Feeds Self Node Processor to automatically run (import or update) once a Node (with a Feed attached) is created, or on a Cron run...
Comment #2
swfindlay commentedI managed to fix this - it was as simple as having the wrong configuration (I hope this works for you too)
Under ...settings/FeedsSelfNodeProcessor (Feeds > Edit > Self Node process > Settings) make sure the "Author" is set as Your_Administration_Name rather than Anonymous (as default).
If this is Anonymous, then it the Self Node Processor wasn't updating on Cron run. Changing to My_Administrator_Name fixed this.
Good luck!
Comment #4
berimbolo commentedI've had the same issue with 7.x-1.x-dev and 7.x-1.0-beta3.
I tracked it down to FeedsNodeProcessor.inc within the Feeds module.
Search for and comment out this line:
$target_node->feeds['suppress_import'] = TRUE;
I'm not sure this is a bug, although I have no idea why it was hardcoded.