Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 22:00 UTC
Updated:
21 Feb 2019 at 10:06 UTC
Jump to comment: Most recent
Comments
Comment #1
rtdean93 commentedbump...
Whenever I run a drush command when I have the rules_i18n moduled enabled, I get the following fatal error...
PHP Fatal error: Call to undefined method stdClass::pluginParameterInfo() in /.../rules_i18n/rules_i18n.i18n.inc on line 73
Can anyone shed light on this?
Comment #2
mitchell commentedUpdated component.
Comment #3
mitchell commentedComment #4
rtdean93 commentedI found my problem. it was a malformed custom rule in a custom module. Even thought the rule was not enabled, it was still conflicting with the translation moduled. Once I deleted the unused custom rule from the module - this error went away. Found the needle in the haystack.
Comment #5
chrisjlee commentedComment #6
maxilein commentedYou saved my day!! Thank you for posting this!!
Comment #7
kunalgautam commentedI have same issue please tell me how it will be resolve
Comment #8
maxilein commentedGoto your rules admin section. The conflicting rules will have a remark in red letters.
Comment #9
vishal.sirsodiya commentedI am facing same issue, When I clear cache then getting that issue, also I have disable all rules.
Error: Call to undefined method stdClass::pluginParameterInfo() in RulesI18nStringObjectWrapper->buildElementProperties() (line 73 of ./profiles/opigno_lms/modules/contrib/rules/rules_i18n/rules_i18n.i18n.inc).