Page 1 of 1

Issue when using PHP 7.2.9

Posted: 10 Sep 2018, 00:03
by downunder
The following appears at the base of the file list...

Warning: count(): Parameter must be an array or an object that implements Countable in ETC

Rolling back to 7.1 fixes the issue.

For info Jan.

error in.....front end...components/com_phocadownload/views/category/tmpl/default.php on line 98

this line on 3.1.4
components/com_phocadownload/views/category/tmpl/default.php on line 105

temp fix.... don't know if its right

if (count($this->category)) {
echo $this->loadTemplate('pagination');
}

Re: Issue when using PHP 7.2.9

Posted: 10 Sep 2018, 16:53
by Jan
Hi, thank you for the info, this will be solved in next version. For now you can just solve it with disabling php errors (it is only warning for developers which does not influence the code)

or hot fix it in code directly:
viewtopic.php?f=31&t=59012&p=152033#p152021

So the same way like you suggest.

Thank you, Jan