Hello,
error coming continuously
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/gggggggg/public_html/oc-includes/osclass/helpers/hSearch.php on line 342
this error coming php 7.3 version & not 7.0
Solution - open /oc-includes/osclass/helpers/hSearch.php
on line 342 replace new code line
//$countP = count($params);
$countP = (is_array($params)) ? count($params) : 0;
this error gone in php 7.3