Status Log Place Order Debug Error
-
The status log keeps showing a “place-order-debug” error consisting of two parts:
2025-06-22T15:50:01+00:00 Fehlersuche [Shortcode #1] Place Order flow initiated
Zusätzlicher Kontext
{
"order_uid": "caf915e8-2964-4025-a4a9-f9a30c3078d6",
"store_url": "https://petzplaza.de",
"backtrace": [
{
"file": "/xxx/wp-content/plugins/woocommerce/includes/class-wc-checkout.php",
"line": 1301,
"function": "wc_log_order_step"
},
{
"file": "/xxx/wp-content/plugins/woocommerce/includes/class-wc-ajax.php",
"line": 541,
"function": "process_checkout",
"class": "WC_Checkout",
"type": "->"
},
{
"file": "/xxx/wp-includes/class-wp-hook.php",
"line": 324,
"function": "checkout",
"class": "WC_AJAX",
"type": "::"
}
],
"remote-logging": false
}
2025-06-22T15:50:01+00:00 Fehlersuche [Shortcode #2] Session updated with checkout data and totals calculated
Zusätzlicher Kontext
{
"order_uid": "caf915e8-2964-4025-a4a9-f9a30c3078d6",
"store_url": "https://petzplaza.de",
"backtrace": [
{
"file": "/xxx/wp-content/plugins/woocommerce/includes/class-wc-checkout.php",
"line": 1318,
"function": "wc_log_order_step"
},
{
"file": "/xxx/wp-content/plugins/woocommerce/includes/class-wc-ajax.php",
"line": 541,
"function": "process_checkout",
"class": "WC_Checkout",
"type": "->"
},
{
"file": "/xxx/wp-includes/class-wp-hook.php",
"line": 324,
"function": "checkout",
"class": "WC_AJAX",
"type": "::"
}
],
"remote-logging": false
}I already tried the usual. Deactivating plugins, clearing cache, switching wp-debug mode to true (no errors shown), checking system errors, checking logs on hosting sites., etc. I cannot find the cause of this error log. I happens whenever someone goes to checkout and not finishing the order. At least that is what I found out by doing some testing. Seems like orders are still coming through, although kinda less for the last five days. Don’t know whether that has to do with the error or simply because it was a long bank holiday weekend in my country and perhaps people just ordered less…
I’m still using the old Woocommerce shortcodes for cart and checkout, because I don’t want to use blocks just yet.
Can you help me please?
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.