I am debugging using Rules and everything checks out in my debug:
* 0 ms "User has logged in" has been invoked.
* 0.081 ms Executing the rule "redirect on login" on rule set "User has logged in"
* 0.221 ms Condition "User has role(s)" evaluated to TRUE.
* 0.307 ms Action execution: "Page redirect"
* 0.371 ms Evaluation of "User has logged in" has been finished.
I set up an active rule called "redirect on login".
Condition is that the user has a role of "rolex"
The action is that there's a Page Redirect to the following node:
http://sites.fcps.org/read180/node/9
I have the full URL in the TO: field (first part of the collection of fields). Either way using absolute path or relative Drupal node path it doesn't work.
I logout and login as that role and no redirection happens.
What am I doing wrong?
Using latest version of Rules module with Drupal 6.16.
-backdrifting
Read »








