Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2008 at 19:41 UTC
Updated:
26 May 2012 at 16:40 UTC
1. Import rule.
2. View frontpage (i.e. example.com/node) - rule is triggered.
3. Enter to a single content (i.e. node/1) - doesn't work
array (
'rules' =>
array (
'rules_default_rule_1' =>
array (
'#type' => 'rule',
'#set' => 'event_node_view',
'#label' => 'Example rule',
'#active' => 1,
'#weight' => '0',
'#name' => 'rules_default_rule_1',
'#conditions' =>
array (
),
'#actions' =>
array (
0 =>
array (
'#type' => 'action',
'#name' => 'rules_action_drupal_message',
'#info' =>
array (
'label' => 'Show a configurable message on the site',
'module' => 'System',
'eval input' =>
array (
0 => 'message',
),
),
'#settings' =>
array (
'message' => 'Rules is working.',
'error' => 0,
),
),
),
),
),
)
Comments
Comment #1
amitaibuComment #2
fagohm, that's strange. I'm using it too and for me it works fine. Are you logged in? Try visiting the modules page and hit submit - this makes sure the cache is cleared.
Comment #3
amitaibuLogged in, cache cleared, latest version... I'll try to see if I'm able to debug.
Comment #4
fagoah, now I also ran over this. it occured when og was activated -> fixed it.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
mitchell commentedUpdated component.