PHP Warning & Settings Request
-
Getting the following error message in my logs since upgrading to PHP 7.2 (was previously using PHP 7.0 without any problems):
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/wordpress-ping-optimizer/cbnet-ping-optimizer.php on line 533
Also, would it be possible to add a setting for the number of log items to keep and display? Every time the plugin updates, I have to change these lines in the plugin files:
var $cbnetpo_max_log = 1000; // Maximum lines of log data to be stored var $cbnetpo_rows_to_show = 35; // Number of log rows to be displayed in options page
I change both to 2000…
Thanks in advance for looking into these issues for me!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Warning & Settings Request’ is closed to new replies.