I had following error message after a click on a Artikel Headline
Warning: Invalid argument supplied for foreach() in .../templates/gk_creativity/html/com_content/article/default.php on line 14
I found this Workaround:
https://www.gavick.com/forums/fest-joom ... 24605.html
---> put the "@" sign right before "foreach".
The REsult of putting the @ was:
Parse error: syntax error, unexpected 'foreach' (T_FOREACH) in .../templates/gk_creativity/html/com_content/article/default.php on line 14
What can I do now?