debra15
Forum Replies Created
-
No, I contacted the support team through tickets; they resolved some issues, but not this one.
I got this since 2021….
I got the same issus in two orders and aslo the similar error messages in these two days.
Fatal error: Uncaught Error: Call to a member function save() on bool in /wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php:513
I use the plugin “Error Log Monitor” to show the PHP error log on the Dashboard widget and the plugin “Simple History” to show events on the backend.
Here are two screenshots; one is from Error Log Monitor, and another is from “Simple History.”
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Got error after updating 3.2.3It works!
Thank you!Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] PHP Warning in stcr_management_pageThe version of the plugin is 220725.
The version of WordPress is 6.0.2.I use the plugin “Error Log Monitor” to record the debug messages in the admin dashboard. If you google 【Undefined variable: “chkout_json”】
https://www.google.com/search?q=Undefined+variable%3A+%22chkout_json%22A few websites also show this error notice on the front end.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] PHP WarningThank you!!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] PHP Warningadd_filter(‘woe_get_order_value_custom_subtotal’,function ($value, $order,$fieldname) {
$value =wc_format_decimal($order->get_subtotal(), $dp) + wc_format_decimal($order->get_cart_tax(), $dp) – wc_format_decimal($order->get_total_discount(), $dp);
return $value;
},10,3);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] PHP WarningI use Kinsta hosting, and it seems not to use load balancer.
When I tested two export buttons today, for both the “Export without progress bar” and “Export” buttons, I saw the Error notice below but no PHP warning :
Notice: Undefined variable: dp in /wp-content/plugins/woo-order-export-lite/classes/core/class-wc-order-export-engine.php(350) : eval()’d code on line 3And actually, I just found I got three other warnings simultaneously, and it did not happen again today.
Warning: current() expects parameter 1 to be array, null given in /www/leaderkid_808/public/wp-content/plugins/woo-order-export-lite/classes/formats/storage/class-woe-formatter-storage-summary-session.php on line 82
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/woo-order-export-lite/classes/formats/class-woe-formatter-xls.php on line 318
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/woo-order-export-lite/classes/formats/class-woe-formatter-xls.php on line 282
Warning: reset() expects parameter 1 to be array, null given in /wp-content/plugins/woo-order-export-lite/classes/formats/storage/class-woe-formatter-storage-summary-session.php on line 78`Today, these errors showed again after updating the plugin from 2.2.4 to 2.3.0.
Could you please check it out? Thank you.- This reply was modified 4 years, 4 months ago by debra15.
Forum: Plugins
In reply to: [Simple History – Track, Log, and Audit WordPress Changes] PHP Errors/NoticesI also got the error message:
Notice: Undefined property: stdClass::$context_message_key in …/public/wp-content/plugins/simple-history/dropins/SimpleHistoryIpInfoDropin.php on line 55
It happened when I clicked “+3 similar events” to see more events.
This issue is resolved! Thank you so much.
Here are two custom fields:
Thank you!