By Boua on
I'm getting the following error when I click on rss feeds on my website
warning: Invalid argument supplied for foreach() in /home/dakairo/public_html/sites/all/modules/syndication/syndication.module on line 698.
I installed the syndication module. I ran this error trough google and a lot of websites seem to be getting this error.
I have taken a look at whats on line 698:
698 foreach ($data as $col) {
$output .= "
";
}
Anyone know whats wrong with foreach ($data as $col) {