debug.log errors
-
Hi,
If order storage is set to WC_Order_Data_Store_CPT mode, the Parcel Panel plugin generates the following errors in the debug.log:
- WC_Order_Data_Store_CPT::query was called incorrectly. The command query argument (meta_query) is not supported on the current command datastore. Backtrace: require(‘wp-blog-header.php’), wp, WP->main, WP->parse_request, do_action_ref_array(‘parse_request’), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, ParcelPanel\Api\Orders->get_orders, wc_get_orders, WC_Order_Query->get_orders, WC_Data_Store->__call, WC_Order_Data_Store_CPT->query, wc_doing_it_wrong. This message was added in version 9.2.0.
- PHP Warning: Attempt to read property “ID” on int in /wp-includes/post.php on line 7385
- PHP Warning: Attempt to read property “ID” on int in /wp-includes/post.php on line 7472
If order storage is set to High-Performance Order Storage (HPOS) mode, the Parcel Panel plugin generates the following error in the debug.log:
- PHP Notice: Function WP_User_Query::query was called incorrectly. User queries should not be run before the
plugins_loaded
hook. Please see Debugging in WordPress for more information. (This message was added in version 6.1.1.) in /wp-includes/functions.php on line 6085
Environment:
WordPress 6.6.2
WooCommerce 9.3.3
PHP 8.2.24
Parcel Panel 4.3.9This issue, observed across several of our stores, is easily reproducible each time the Parcel Panel plugin is deactivated/reactivated.
Thank you in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.