I get this errors n top of articles if I open them through the Latest articles and Popular articles modules, that are Joomla standard modules
Warning: Invalid argument supplied for foreach() in /home/u/u5912973/www/templates/gk_bikestore/html/com_content/article/default.php on line 25
If I remove the code
- Code: Select all
foreach($attribs as $key => $value) {
if($value != null) {
$params->set($key, $value);
}
}
It disapear, but there must be a more correct way to solve it. I already updated to the last template version 3.7
Regards/Steve