Error when editing Rules or adding Rules Actions - Call to undefined method rulesActionInfoAlter()

Created on 24 February 2025, about 1 month ago

Problem/Motivation

When upgrading to D10.4.3, Rules 4.0.0 CiviCRM_entity 4.0.0-beta6

Steps to reproduce

Add a new Rule to react on new webform submission
Click "Add Action", then the following error is logged in the watchdog:-

Error: Call to undefined method Drupal\civicrm_entity\Hook\RulesHooks::rulesActionInfoAlter() in civicrm_entity_rules_action_info_alter() (line 429 of /var/src/drupal/site/web/modules/contrib/civicrm_entity/civicrm_entity.module).

This error is also shown when editing an existing Rule.

Proposed resolution

Comment out the lines in civicrm_entity.module around line 429...

/**
* Implements hook_rules_action_info_alter().
*/
#[LegacyHook]
#function civicrm_entity_rules_action_info_alter(&$rules_actions) {
# \Drupal::service(RulesHooks::class)->rulesActionInfoAlter($rules_actions);
#}

πŸ› Bug report
Status

Active

Version

4.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom entropea

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024