I just updated to Feeds alpha 12 and creating a node with the feed url, "http://www.engadget.com/rss.xml" produces the page with following stacktrace:

Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home/publicmi/public_html/drupal/sites/all/modules/feeds/libraries/PuSHSubscriber.inc:79 
Stack trace: 
#0 /home/publicmi/public_html/drupal/sites/all/modules/feeds/libraries/PuSHSubscriber.inc(79): SimpleXMLElement->__construct('<?xml version="...') 
#1 /home/publicmi/public_html/drupal/sites/all/modules/feeds/plugins/FeedsHTTPFetcher.inc(158): PuSHSubscriber->subscribe('http://www.enga...', 'http://publicmi...', '') 
#2 /home/publicmi/public_html/drupal/sites/all/modules/feeds/plugins/FeedsHTTPFetcher.inc(143): FeedsHTTPFetcher->subscribe(Object(FeedsSource)) 
#3 /home/publicmi/public_html/drupal/sites/all/modules/feeds/includes/FeedsSource.inc(179): FeedsHTTPFetcher->sourceSave(Object(FeedsSource)) 
#4 /home/publicmi/public_html/drupal/sites/all/modules/feeds/feeds.module(282): FeedsSource->save() 
#5 /home/publicmi/public_html/drupal/modules/node/node.module(673): feeds_nodeapi(Object(stdClass), 'insert', NULL, NULL) 
#6 /home/pub in /home/publicmi/public_html/drupal/sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 79

I am using FeedsNodeProcessor and HTTPFetcher with Common syndication parser. I am not sure if this is bug but other feed urls are working properly (ex. http://feeds.feedburner.com/TheHollywoodGossip). All other modules are updated to their latest versions.

Regards,

Comments

ekes’s picture

Status: Active » Closed (duplicate)

Dupe I believe... do you want to try the patch I made here #724184: Uncaught exception on new SimpleXMLElement with non-(valid)XML