Warning: count (): parameter must be an array or object that implements countable
Posted: 21 Dec 2018, 10:39
Hello,
I get the following message from Phoca Download when I open a category:
Warning: count (): parameter must be an array or object that implements countable in components / com_phocadownload / views / category / tmpl / default.php on line 105
Code from line 105:
if (count ($ this-> category [0])) {
echo $ this-> loadTemplate ('pagination');
}
Can someone tell me exactly what I need to adjust in this line?
many Greetings
I get the following message from Phoca Download when I open a category:
Warning: count (): parameter must be an array or object that implements countable in components / com_phocadownload / views / category / tmpl / default.php on line 105
Code from line 105:
if (count ($ this-> category [0])) {
echo $ this-> loadTemplate ('pagination');
}
Can someone tell me exactly what I need to adjust in this line?
many Greetings