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

fago’s picture

Component: Rules Core » Rules Engine
Status: Active » Closed (duplicate)

I suppose you ran into the issue with panels? http://drupal.org/node/543012
Rules just relies on regular drupal hooks.

jvieille’s picture

Status: Closed (duplicate) » Active

Thanks, but I don't use Panels

fago’s picture

Also 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.

jvieille’s picture

Status: Active » Closed (works as designed)

OK, I suppose it is because of the caching mechanism.
I'll do more checking and come back if other findings
Thanks