Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Warningyii\base\ErrorException

count(): Parameter must be an array or an object that implements Countable

$_GET = [
    'Search' => [
        'tyre_brand' => 'CONTINENTAL',
    ],
    'page' => '2',
];