Closed (works as designed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Rules Engine
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2009 at 10:10 UTC
Updated:
24 Dec 2009 at 08:21 UTC
I use Rules in many web sites, including this particular trigger.
It does not work at all on one site.
Are there any known incompatibilities for this module before I try to find the possible one that could silent this particular trigger?
What else can be wrong?
Thanks for help
Comments
Comment #1
fagoI suppose you ran into the issue with panels? http://drupal.org/node/543012
Rules just relies on regular drupal hooks.
Comment #2
jvieille commentedThanks, but I don't use Panels
Comment #3
fagoAlso it won't work on cached page loads as described in the help text. It relies on hook nodeapi op == 'view' to work. However I'm not aware of any module that might prevent the hook from being invoked except for the panels thing.
Comment #4
jvieille commentedOK, I suppose it is because of the caching mechanism.
I'll do more checking and come back if other findings
Thanks