• Resolved coogar01

    (@coogar01)


    Since updating php from 5.6 to 7.1 some notices appears on top:

    Notice: A non well formed numeric value encountered in D:\wordpress\wp-content\plugins\wrc-pricing-tables\wrc-pricing-tables.php on line 93

    and

    Notice: A non well formed numeric value encountered in D:\wordpress\wp-content\plugins\wrc-pricing-tables\wrc-pricing-tables.php on line 94

    the table below is Ok, but these messages are disturbing!

    what can i do?

Viewing 1 replies (of 1 total)
  • Thanks, the notice is a new addition in PHP 7.1. You can read more about it at php’s 7.1 migration page. The message is only a notice and should not cause any problems for your site. Open wp-config.php file and search for “define(‘WP_DEBUG’, true);”. Make sure that it is set to false like below:

    define(‘WP_DEBUG’, false);

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with php 7.1’ is closed to new replies.