Give conflicts with ElasticPress
-
We experience issue syncing data via ElasticPress plugin. During indexing process we get fatal error:
Uncaught TypeError: Cannot access offset of type string on string in www/wp-content/plugins/give/includes/misc-functions.php:2293
This happens with PHP 8.1 and latest versions of ElasticPress and Give plugins.
The problem is that
give_display_donation_receipt( $args )
gets $args as empty string instead of an array, for some reason.Workaround for us was to modify this method and check on top if $args is an array but this is only temporary solution. Can you please come up with long term fix and confirm here?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Give conflicts with ElasticPress’ is closed to new replies.