Title: Problem with php 7.1
Last modified: July 17, 2017

---

# Problem with php 7.1

 *  Resolved [coogar01](https://wordpress.org/support/users/coogar01/)
 * (@coogar01)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/problem-with-php-7-1-3/)
 * 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)

 *  [moviehour](https://wordpress.org/support/users/moviehour/)
 * (@moviehour)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/problem-with-php-7-1-3/#post-9326983)
 * Thanks, the notice is a new addition in PHP 7.1. You can read more about it at
   [php’s 7.1 migration page](http://php.net/manual/en/migration71.other-changes.php#migration71.other-changes.apprise-on-arithmetic-with-invalid-strings).
   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.

 * ![](https://ps.w.org/wrc-pricing-tables/assets/icon-256x256.gif?rev=2969356)
 * [WRC Pricing Tables - Responsive CSS3 Pricing Tables](https://wordpress.org/plugins/wrc-pricing-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wrc-pricing-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wrc-pricing-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/wrc-pricing-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wrc-pricing-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wrc-pricing-tables/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [moviehour](https://wordpress.org/support/users/moviehour/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/problem-with-php-7-1-3/#post-9326983)
 * Status: resolved