Where is the solution for earlier post about: "Warning: count(): Parameter must be an array or an object that implements Countable in..." It's marked solved but without any presented solution? I have the same problem now. Regards/Steve
hultman
Hi Steve,
I can't find any of your topics in this forum about the same error, kindly share the credentials of your site eg: URL, Admin + FTP account and tell me the page where I can see the error. I will check for you.
Regards
I can't access ftp account of your site now, you can open the file: /templates/gk_shop_and_buy/html/com_content/article/default.php
Line 13, change:
if($attribs && count($attribs)) {
to:
if($attribs) {
Thank you it´s working.
Regards/Stefan
You're welcome!