【发布时间】:2019-06-20 05:50:18
【问题描述】:
我将我的 Wordpress 网站从 PHP 5.6 更新到 7.2,并注意到更新后我的 Wordpress 后端出现错误。它说:
Warning: count(): Parameter must be an array or an object that implements
Countable in <b>/homepages/36/d362586048/htdocs/genag/wp-
content/themes/genag-
theme/framework/admin/functions/functions.mediauploader.php on line 127
我已经包含了该行的代码和它下面的 2 行。任何帮助将不胜感激。
if ( count( $_posts ) ) {
$_id = $_posts->ID;
} else {
【问题讨论】:
-
接受我的编辑。如果没有编辑,您的问题看起来很糟糕。