- πΊπΈUnited States yaach
Same issue with PHP 7.4, Rules 7.2.0. Updated to 7.2.11 and error went away.
When PHP version 7.2 is enabled, Rules generates a Fatal Error when the UI is enabled:
( ! ) Fatal error: Declaration of RulesRuleUI::form(&$form, &$form_state, $options = Array) must be compatible with RulesActionContainerUI::form(&$form, &$form_state, $options = Array, $iterator = NULL) in /sites/all/modules/contrib/rules/ui/ui.plugins.inc on line 0
Seems like wrong implementation of OOP, more specifically the Liskov substitution principle
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Same issue with PHP 7.4, Rules 7.2.0. Updated to 7.2.11 and error went away.