Freestyle Support Portal Joomla error : Warning: count(): Parameter must be an array or an object that implements Countable in
Open "helper.php"
Located here: /home/calculatormall/public_html/components/com_fss/helper/
Go to Line: 2157
Before:
if (count($sessionQueue))
After:
if (!empty($sessionQueue))
That's All!
Created : 2020-11-05 09:47:43, Last Modified : 2020-11-05 09:59:24