PHP Warning: count(): Parameter must be an array or an object that implements Countable in cache/skin_cache/cacheid_4/skin_search.php on line 981
How to fix
Step 1
Locate the code in the searchResultsAsForum
template:
<if test="count($results)">
Replace it with:
<if test="$results && count($results)">
Step 2
Rebuild the skin: