• Resolved breakdown21

    (@breakdown21)


    I have installed plugins WooCommerce. when i activated plugins Woocommerce compare product this warning appear :

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method WC_Compare_MetaBox::compare_meta_boxes() should not be called statically in /home/thatid/demo/hamilton-finley/wp-includes/plugin.php on line 406

    Strict Standards: Non-static method WC_Compare_Data::automatic_add_features() should not be called statically in /home/thatid/demo/hamilton-finley/wp-content/plugins/woocommerce-compare-products/admin/compare_init.php on line 178

    Strict Standards: Non-static method WC_Compare_Categories_Data::automatic_add_compare_categories() should not be called statically in /home/thatid/demo/hamilton-finley/wp-content/plugins/woocommerce-compare-products/admin/compare_init.php on line 179

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method WC_Compare_Hook_Filter::auto_create_compare_feature() should not be called statically in /home/thatid/demo/hamilton-finley/wp-includes/plugin.php on line 406

    Please help me!!

    http://wordpress.org/extend/plugins/woocommerce-compare-products/

Viewing 1 replies (of 1 total)
  • Plugin Author Steve Truman

    (@a3rev)

    @breakdown21

    Those are warnings – not errors – and have no affect on the functioning of the plugin – If you do a search across WordPress you will see there is a lot of threads – also try googling

    For Example – The Jetpack plugin
    http://wordpress.org/support/topic/major-php-issues-after-activating-jetpack?replies=3

    The fix has nothing to do with any workings of the plugin – Just on later version of php 5.4 plus we need to upgrade the the call function from ‘function’ to ‘public static function’ – and all this does is stop the error showing on your version of php – it affects nothing about the way the plugin works.

    Don’t have time to do that right now – but you can use the plugin without issue as 20,000 plus other users do. Will include that function change in our next upgrade which is due out this week. Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘strict standard appear when activated plugins’ is closed to new replies.