Issue on PHP 7.2 – Parameter must be an array or an object that implements…
-
This is on a site using PHP 7.2.
I’ve not tested if it occurs on a lesser PHP version.The error I am seeing in the error log is:
2018/04/04 16:33:59 [error] 32380#32380: *88479 FastCGI sent in stderr: “PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/SANITISED/sites/SANITISED.com.au/public/wp-content/plugins/better-plugin-compatibility-control/better-plugin-compatibility-control.php on line 207
PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/SANITISED/sites/SANITISED.com.au/public/wp-content/plugins/better-plugin-compatibility-control/better-plugin-compatibility-control.php on line 211
PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/SANITISED/sites/SANITISED.com.au/public/wp-content/plugins/better-plugin-compatibility-control/better-plugin-compatibility-control.php on line 207
PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/SANITISED/sites/SANITISED.com.au/public/wp-content/plugins/better-plugin-compatibility-control/better-plugin-compatibility-control.php on line 211
PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/SANITISED/sites/SANITISED.com.au/public/wp-content/plugins/better-plugin-compatibility-control/better-plugin-compatibility-control.php on line 207Any ideas what might cause this?
- The topic ‘Issue on PHP 7.2 – Parameter must be an array or an object that implements…’ is closed to new replies.