Quantcast
Viewing all articles
Browse latest Browse all 130709

Error when checking for PHP 7 compatibility

Replies: 0

I am trying to check my site for compatibility with PHP 7. When I run the PHP compatibility plugin, it flags this plugin as being incompatible.
Any ideas?
Here is the error log:

FILE: /wp-content/plugins/paypal-for-woocommerce/classes/lib/CentinelClient.php
————————————————————————————————————–
FOUND 3 ERRORS AFFECTING 3 LINES
————————————————————————————————————–
122 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
123 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
135 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
————————————————————————————————————–


Viewing all articles
Browse latest Browse all 130709

Trending Articles