• Resolved mitchelly

    (@mitchelly)


    Hi All,

    I am getting this error message when I activate Hummingbird and seem like conflicting with my other plugins!

    Any idea please?

    as called incorrectly. The REST API route definition for hummingbird/v1/status/(?P[\w-]+) is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home4/directp4/public_html/getsale/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for hummingbird/v1/clear_cache/(?P[\w-]+) is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home4/directp4/public_html/getsale/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for hummingbird/v1/test is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home4/directp4/public_html/getsale/wp-includes/functions.php on line 5225

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @mitchelly

    The upcoming release should fix these notices, which by the way aren’t critical, so they shouldn’t cause any actual issue.
    Did you notice any specific conflict? Please advise!

    Warm regards,
    Dimitris

    Thread Starter mitchelly

    (@mitchelly)

    It is conflicting with a few things like Sales Pop, Beeketing or AutomateWoo.

    A few issues and on the customer’s order confirmation emails they will see all these error messages too.
    Cheers
    Mitchell

    Thread Starter mitchelly

    (@mitchelly)

    Also getting this ;

    You’ve received the following order from Debbie Cupitt:

    [Order #4419] (29 August 2020)

    Notice: id was called incorrectly. Order properties should not be accessed directly. 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, WC_API->handle_api_requests, do_action(‘woocommerce_api_wc_gateway_paypal’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Gateway_Paypal_IPN_Handler->check_response, do_action(‘valid-paypal-standard-ipn-request’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Gateway_Paypal_IPN_Handler->valid_response, WC_Gateway_Paypal_IPN_Handler->payment_status_pending, WC_Gateway_Paypal_IPN_Handler->payment_status_completed, WC_Gateway_Paypal_IPN_Handler->validate_receiver_email, WC_Order->update_status, WC_Order->save, WC_Order->status_transition, do_action(‘woocommerce_order_status_pending_to_on-hold’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Emails::send_transactional_email, do_action_ref_array(‘woocommerce_order_status_pending_to_on-hold_notification’), WP_Hook- in /home4/directp4/public_html/getsale/wp-includes/functions.phpon line 5225

    Notice: id was called incorrectly. Order properties should not be accessed directly. 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, WC_API->handle_api_requests, do_action(‘woocommerce_api_wc_gateway_paypal’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Gateway_Paypal_IPN_Handler->check_response, do_action(‘valid-paypal-standard-ipn-request’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Gateway_Paypal_IPN_Handler->valid_response, WC_Gateway_Paypal_IPN_Handler->payment_status_pending, WC_Gateway_Paypal_IPN_Handler->payment_status_completed, WC_Gateway_Paypal_IPN_Handler->validate_receiver_email, WC_Order->update_status, WC_Order->save, WC_Order->status_transition, do_action(‘woocommerce_order_status_pending_to_on-hold’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Emails::send_transactional_email, do_action_ref_array(‘woocommerce_order_status_pending_to_on-hold_notification’), WP_Hook- in /home4/directp4/public_html/getsale/wp-includes/functions.phpon line 5225
    Product Quantity Price
    Unisex Water Resistant Classic Short UGG Boots – Black (#15801C)
    Size:
    7W

    1 $79.99
    Unisex Water Resistant Classic Short UGG Boots – Chestnut (#15801C)
    Size:
    7W

    1 $79.99
    Subtotal: $159.98
    Shipping: Free shipping
    Payment method: PayPal
    Total: $159.98
    Note: ok to leave at front door if nobody home
    I give authority to leave the items at the above address without requiring a signature from the recipient. (Please select Yes or No): Yes

    Billing address
    Debbie Cupitt
    nearest x Street Norton Ave
    69
    WYONG RD
    KILLARNEY VALE New South Wales 2261
    +61423097210
    [email protected]
    Shipping address
    Debbie Cupitt
    nearest x Street Norton Ave
    69
    WYONG RD
    KILLARNEY VALE New South Wales 2261
    Congratulations, there is a new order.

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @mitchelly,

    That’s really odd. Could you please double-check whether you have debug mode enabled in wp-config.php file?

    That’s please check whether there is any such line in the wp-config.php:
    define('WP_DEBUG', true);

    If yes, changing the above line to the following should help:
    define('WP_DEBUG', false);

    However, we should have a release that addresses these notices and is around the corner. Unfortunately, there isn’t any ETA that I could share but hoping it would be soon.

    Kind Regards,
    Nithin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hummingbird conflicting with other plugins’ is closed to new replies.