fbpx

Home Forums Booster Plus Customer Forum PHP Warning: A non-numeric value encountered

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49968
    Paul Kemper
    Participant

    I get this warning: PHP Warning: A non-numeric value encountered in /var/www/www.wijzijnkapper.nl/wp-content/plugins/woocommerce-jetpack/includes/class-wcj-price-by-user-role.php on line 530

    I run WordPress 6.4.1, Woocommerce 8.3.1, Booster 7.1.3, PHP 8.1 on Ubuntu with Apache2.

    How can I fix this issue?

    #49971
    David G
    Participant

    Hi @phkemper,

    Thanks for your message. If possible you can add the below code to wp-config.php file. This will not show this kind of warning. And if still showing an error you can share the screenshot where it’s showing so, we can check and help you.

    define( ‘WP_DEBUG’ , false );
    define( ‘WP_DEBUG_LOG’ , false );
    define( ‘WP_DEBUG_DISPLAY’ , false );

    #49972
    Paul Kemper
    Participant

    Hi,

    I do not want to suppress these warnings. They are shown the Apache error log, not on the website visitor pages. I’d like a fix for the issue.

    #50075
    David G
    Participant

    Hi @phkemper,

    We have just released a new version of booster v7.1.4.

    Can you please upgrade the plugin and confirm whether your fix has been included or not?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.