• Resolved jespersk

    (@jespersk)


    Hi
    I get this warning on order detail pages after updating to WC 3.3.3 on WP 4.9.4
    Warning: Declaration of WC_Meta_Box_Order_Items::save($post_id, $post) should be compatible with _WooCommerce_Core_WC_Meta_Box_Order_Items::save($post_id) in /var/www/domain.dk/public_html/wp-content/plugins/opentickets-community-edition/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php on line 17

    Is there a solution to fix it
    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author quadshot

    (@quadshot)

    Hi there, please know that we are working on a resolution for this issue. We should have a solution soon and we thank you for your patience.

    Plugin Author quadshot

    (@quadshot)

    Hi there,

    After having our developer investigate this issue please try the following and see if this resolves the issue –
    In your wp-config.php turn of d-bug. The Warning is a php mis-match. It’s something that we don’t place on the production server however can be changed when going to live. Let us know this was able to resolve this issue for you. Thank you for your patience.

    Thread Starter jespersk

    (@jespersk)

    Hi
    Thank you very much for your answer
    I’m not quite sure what you mean, but I try ??

    I have added the following debug settings in wp-config.php
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);
    And now the warning has disappeared

    Plugin Author quadshot

    (@quadshot)

    Perfect, happy to hear you were able to resolve this issue. Thank you so much for your patience.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning in ordre detail page’ is closed to new replies.