【发布时间】:2020-03-23 21:21:39
【问题描述】:
我在 Wordpress 上有一个活动制作者。我收到此错误消息,可能是因为我更新到 PHP 7.2:
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /homepages/7/d544205487/htdocs/wp-content/themes/construction/template-agenda3.php on line 390
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /homepages/7/d544205487/htdocs/wp-content/themes/construction/template-agenda3.php on line 413
第 413 行:
if(sizeof($eventos[$day])>0) echo "</a>";
第 390 行:
if(sizeof($eventos[$day])>0) echo "<a href='#openModal$day' style='text-decoration:none;'>";
【问题讨论】: