count(): Parameter must be an array or an object that implements Countable
-
I just updated PHP to 7.3.19 and when accessing ?update_feedwordpress=1 I get the following in my log file:
2020/10/16 16:45:23 [error] 864#864: *21616 FastCGI sent in stderr: "tring, array given in /www/site/public_html/wp-includes/class-simplepie.php on line 2620 PHP message: PHP Warning: preg_match() expects parameter 2 to be string, array given in /www/site/public_html/wp-includes/class-simplepie.php on line 2620 PHP message: PHP Warning: preg_match() expects parameter 2 to be string, array given in /www/site/public_html/wp-includes/class-simplepie.php on line 2620 PHP message: PHP Warning: preg_match() expects parameter 2 to be string, array given in /www/site/public_html/wp-includes/class-simplepie.php on line 2620 PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /www/site/public_html/wp-content/plugins/feedwordpress/syndicatedpost.class.php on line 1335 PHP message: PHP Warning: preg_match() expects parameter 2 to be string, array given in /www/site/public_html/wp-includes/class-simplepie.php on line 2620 PHP message: PHP Warning: preg_match() expects parameter 2 to be string, array given in
I’m running WordPress 5.5.1, PHP 7.3.19-1~deb10u1, nginx/1.14.2, FWP 2020.0818.
What could be wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘count(): Parameter must be an array or an object that implements Countable’ is closed to new replies.