PHP のバージョンを 5.6 から 7.4にアップグレードしました。ページでcount()関数を使用しました。例:
$watch_server_count = count($watch_server);
if ($watch_server_count > 0) {
foreach ($watch_server->table as $key=> $watch_server_rows) {
}
}
警告: count(): パラメータは配列または Countable を実装するオブジェクトでなければなりません...