Similar to #2923477: PHP 7.x compatibility issue.

In rules_list_conditions.ui.inc replace:

public function form(&$form, &$form_state, $options = array())

With:

public function form(&$form, &$form_state, $options = array(), $iterator = NULL) {

Comments

Maedi created an issue. See original summary.

jan kellermann’s picture

StatusFileSize
new471 bytes

If you need a patch file for automatisation.

  • 74ab85a committed on 7.x-1.x
    Issue #2997547 by jan-kellerman: PHP 7.2 compatibility
    
soapboxcicero’s picture

Status: Active » Fixed

This slipped off my radar. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.