Issue when using PHP 7.2.9
Posted: 10 Sep 2018, 00:03
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');
}
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');
}