Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2012 at 13:22 UTC
Updated:
25 Oct 2013 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchIt sounds as though you may have a rule set up to execute on every page that requires an access check. Since Recurly redirects on hook_boot() (which is before a lot of Drupal sub-systems are loaded, for efficiency), these access checks may not process correctly. You should check your Rules that are set up to execute on every page and try to narrow them down to particular URL paths where they are needed.
Comment #2
nathanhilbert commentedRules is calling a hook_exit for all pages, which checks user access that is not available in _boot. This patch for rules verifies that user_access function is available.
Comment #3
quicksketchI meant to say "Since ShURLy redirects" here.
Thanks @nathanhilbert for your patch. This should be moved to Rules module.
Comment #4
rv0 commentedSeems fine to me.
Comment #6
fagoafaik that's fixed in the latest version.
Comment #6.0
fagoadded more debug information