Posted by wipeout_dude on December 8, 2013 at 7:06pm
I need to create a situation where a rules component is scheduled to run on certain nodes selected from a VBO view on a certain date, the component then runs another component as part of it's actions..
So in other words..
VBO View schedules Component 1 for a certain date..
On that date Component 1 runs and executes its actions and executes Component 2 which executes its actions..
The issue is that the Component 1 is running but Component 2 isn't..
If I execute Component 2 manually it works fine so the component is working..
Are there any "quirks" to getting components to execute other components?
Comments
Seems the issue is one of
Seems the issue is one of permissions.. The scheduled components run as anonymous and so don't have permission to do what they needed..