Woocommerce error: Call to undefined function array_replace_recursive()
Woocommerce error: Call to undefined function array_replace_recursive()
自从我更新我的 woocommerce 插件后,我一直收到这个错误:
致命错误:调用未定义函数 array_replace_recursive()
错误在第 586 行:
enter image description here
我在此处的引用中找到了一些解决方案:
Fatal error: Call to undefined function array_replace_recursive() for CI Controller solution
但问题是我真的不知道要在我的代码中更改什么或在哪里更改,以便停止弹出错误。任何帮助将不胜感激。
检查您的 PHP 版本。 array_replace_recursive
仅适用于 PHP >= 5.3。
since I updated my WooCommerce plugin
我建议您通过停用除 WooCommerce 之外的所有插件并激活默认的 WordPress 主题来检查一次。您的任何插件都可能与最新的 WooCommerce 插件不兼容。
如果这不起作用,请告诉我...
自从我更新我的 woocommerce 插件后,我一直收到这个错误:
致命错误:调用未定义函数 array_replace_recursive()
错误在第 586 行: enter image description here
我在此处的引用中找到了一些解决方案: Fatal error: Call to undefined function array_replace_recursive() for CI Controller solution
但问题是我真的不知道要在我的代码中更改什么或在哪里更改,以便停止弹出错误。任何帮助将不胜感激。
检查您的 PHP 版本。 array_replace_recursive
仅适用于 PHP >= 5.3。
since I updated my WooCommerce plugin
我建议您通过停用除 WooCommerce 之外的所有插件并激活默认的 WordPress 主题来检查一次。您的任何插件都可能与最新的 WooCommerce 插件不兼容。
如果这不起作用,请告诉我...