"Warning: explode()" error in notalwaysright.com feed

Some, but not all, entries from the RSS feed for notalwaysright.com pop up with the following errors:
Warning: explode() [function.explode]: Empty delimiter in /home/aznbbj/public_html/wp-content/themes/notalwaysright/functions.php on line 192

Warning: Invalid argument supplied for foreach() in /home/aznbbj/public_html/wp-content/themes/notalwaysright/functions.php on line 194

and the feed entry is then mangled and not formatted properly (line breaks missing, metadata shows up as text, etc).

when I open the original page, it displays fine.
http://notalwaysright.com/following-i…

I can’t tell if this is a problem with the feed structure or with Newsblur’s parsing. This started maybe a month ago very suddenly but every other site I subscribe to is fine.

1 Like

It’s the feed, the not always right people will need to fix it.

1 Like

ok, i sent a note to the not always right people. hopefully they don’t come back and tell me it’s newsblur’s fault :slight_smile:

This is a PHP error at notalwaysright’s end. In fact, I can tell you that that function should be something like explode(",",$var) but it’s explode($var). The error message says it all.