- If you are serious about wanting help, you will use this tool to help you post.
<-- please read this if using Windows 10.
I have built new site, with partially old content from old site.
When I transfer from localhost to host, I get below message in extension JDOWNLOAD.
Warning: count(): Parameter must be an array or an object that implements Countable in .......xxxx.php on line 164
That is a new warning introduced in PHP 7.2 if the type of the parameter passed to the function count() is not correct. Ref.
http://php.net/manual/en/function.count.php
You can change the error reporting level in Global Configuration to 'None' to filter PHP warnings and notices.
Is your version of jDownloads uptodate? The latest version is 3.2.56. If you get the warning in the latest version, you should report it to the developer.