PHP Warning: array_sum(): Addition is not supported
-
I am trying to use a REST-API integration with WooCommerce 8.4.0 (specifically, PirateShip, which I’ve used successfully in the past). It connects but it can’t fetch the WooCommerce data, and I noticed the following in the logs.
[26-Dec-2023 22:54:22 UTC] PHP Warning: array_sum(): Addition is not supported on type string in /home/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php on line 271
I’m wondering if this is why PirateShip isn’t working, and how exactly do I get around this? Would rolling back a couple versions at least get the connetiction working? I’m compelled to give that a shot… but would rather fix the current version.
- The topic ‘PHP Warning: array_sum(): Addition is not supported’ is closed to new replies.