Did you run the last option i gave you?
you have an error in the feed as it said...
Code:
“Cryptic will unveil the first <em>Star Trek Online</em> gameplay footage as well as details about this highly anticipated MMO at the annual <em>Star Trek Convention</em> in Las Vegas on Sunday, August 10, 2008.”
so sanitize it
PHP Code:
feed_variable = str_replace(array('“','"'),""",feed_variable);