Hi,
I can't add a new user (/admin/people/create), because:
FacesExtendableException: There is no method getElementName for this instance of the class RulesOr. at FacesExtendable->__call() (line 133 from /sites/all/modules/rules/includes/faces.inc).
What can I do?

Comments

UPMikeD’s picture

Component: User Interface » User interface

I'm seeing this too. D7.8

FacesExtendableException: There is no method getElementName for this instance of the class RulesOr. in FacesExtendable->__call() (line 133 of /var/www/sites/all/modules/rules/includes/faces.inc).

khan2ims’s picture

Hi,

Me too. Anyone found solution for this?

artimedius’s picture

me too

seem to conflict with rules/workflow

very weird

MindNexus’s picture

Same here: Can't add user. I was suppose to deliver this site today, but now, just send an email to site owner with "sorry, technical difficulties". Need help here, please.

fago’s picture

Status: Active » Closed (duplicate)

see #1285856: FacesExtendableException : There is no method dependencies for this instance of the class RulesAction - I guess that's the same issue: you somehow end up with an incomplete rules cache.

mdixoncm’s picture

I know this one is closed, but it looks like a slightly different issue - the referenced issue looks like it is cache clearing related, whereas this one seems to be when adding a new user.

I'm having the same issue on a site that has the uc_coupon_workflow module enabled - are you using this? It looks like some code in this function uc_coupon_workflow_suspend_element which is causing the problem.

Going to have a look and then possibly raise a ticket on uc_coupon_workflow module if it turns out to be that ...