Needs review
Project:
Rules Forms Support
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2021 at 13:06 UTC
Updated:
24 May 2023 at 02:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
quimicI have the same error with php 8.0.
Comment #3
matio89 commentedI fixed it by replacing
call_user_func_array('rules_invoke_event', $args);bycall_user_func_array('rules_invoke_event', array_values($args));Attached a patch.
Comment #4
matio89 commentedComment #5
cameron.seright commentedThis patch worked for me, using PHP 8.1. Thank you!
Comment #6
aitala commentedPatch seems to work for me...
Thanks,
Eric