• Resolved Valdinia

    (@valdinia)


    PHP Fatal error: Uncaught TypeError: Automattic\WooCommerce\Utilities\OrderUtil::remove_status_prefix(): Argument #1 ($status) must be of type string, null given, called in /wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php on line 629 and defined in /plugins/woocommerce/src/Utilities/OrderUtil.php:239

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @valdinia

    The PHP Fatal error you’re experiencing, it seems like the function remove_status_prefix() is expecting a string argument but is receiving a null value. This is likely due to an issue with your order status.

    You can try troubleshooting this issue by ensuring all your orders have valid statuses. If you have any custom order statuses, make sure they are correctly defined and implemented. If you are using any plugins that modify order statuses, try disabling them to see if the issue persists.

    If the problem continues, we recommend updating your WooCommerce to the latest version, if not already done. Also, verify that other plugins and your theme are compatible with the version of WooCommerce you’re using.

    I hope this helps! If you have any other questions, feel free to ask.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.