问题
I have been getting this error since I updated my woocommerce plugin:
Fatal error: Call to undefined function array_replace_recursive()
The errror is on line 586: enter image description here
I have found some solutions in this quote here: Fatal error: Call to undefined function array_replace_recursive() for CI Controller solution
But the problem is that i really do not know what to change in my code or where, in order fot the error to stop popping up. Any help would be greatly appreciated.
回答1:
Check your PHP version. array_replace_recursive
only available in PHP >= 5.3.
Reference: array_replace_recursive
回答2:
since I updated my WooCommerce plugin
I suggest you check once by deactivating all plugins except WooCommerce and by activating default WordPress theme. It may be possible that any of your plugin is not compatible with the latest WooCommerce plugin.
Let me know if that doesn't work...
来源:https://stackoverflow.com/questions/43470703/woocommerce-error-call-to-undefined-function-array-replace-recursive