Hi,
Have installed Joomla v1.53, and the JA Telline_II template. Everything is working and looks good in the default English language. Have installed JoomFish v2 beta, and the Simplified Chinese language. Most of the website is now translated, but i have come across an issue with the Hot Topics module.
When i change the language to Chinese, i get an error in the Hot Topics module area. “
Warning: Invalid argument supplied for foreach() in /html/zine/modules/mod_ja_catslwi/mod_ja_catslwi.php on line 38″
Looking into the code, these lines seem to be the problem:
—–8<—–
$list = modJaSLWI::getList($catid, $numelem);
…
foreach($list as $l) {
—–8<—–
Any ideas? Has anyone else encountered this problem using Hot Topics module and JoomFish?
Thanks in advance!