I've got a redirect rule set on a user registration block - once someone creates an account, the rule directs them back to the same page.

All is well in Chrome and FF - but not in IE

The page is http://kadampa-center.org/tara-weekend-retreat

When I'm in IE 9, not logged in and click on the link in the sidebar, the Sign up page comes up. I fill it all in, and then a gray "Add Download" box comes up - looks like it wants to download /user/register/ajax

Not good.

At the Bottom of the http://kadampa-center.org/tara-weekend-retreat, after I try to submit the create an account form, I see:

Fatal error: Call to undefined function user_access() in /home/kadampac/public_html/sites/al/modules/rules/rules.module on line 1194.

This is what is happening around line 1194:

// For performance avoid unnecessary auto-loading of the RulesLog class.
return variable_get('rules_debug', FALSE) == RulesLog::WARN && user_access('access rules debug') && class_exists('RulesLog', FALSE) && RulesLog::logger()->hasErrors();
}

Comments

TR’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)