I am trying to set up a DNN Blog/Feed Display setup, but unfortunately, the News Module gives me the error downloading message when downloading a feed published from the DNN Blog Module.
Here is my setup:
News Module v4.0.1
Blog Module v3.5.1
When I click on the feed link in my browser, it recognizes the RSS feed. The feed link is off of localhost for testing: http://localhost/dnn/BlogTest/tabid/58/rssid/1/Default.aspx
The actual XML source is as follows:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<channel>
<title>Parent Test Blog</title>
<description>Wow, here is my description</description>
<link>http://localhost/dnn/BlogTest/tabid/58/BlogId/1/Default.aspx</link>
<language>en-US</language>
<managingEditor>private</managingEditor>
<webMaster>priv</webMaster>
<pubDate>Thu, 03 Sep 2009 15:24:41 GMT</pubDate>
<lastBuildDate>Thu, 03 Sep 2009 15:24:41 GMT</lastBuildDate>
<docs>http://backend.userland.com/rss</docs>
<generator>Blog RSS Generator Version 3.5.1.19887</generator>
<item>
<title>Child Blog 2</title>
<description><p> </p><a href=http://localhost/dnn/BlogTest2/tabid/60/EntryId/2/Child-Blog-2.aspx>More...</a></description>
<link>http://localhost/dnn/BlogTest2/tabid/60/EntryId/2/Child-Blog-2.aspx</link>
<category domain="http://localhost/dnn/blogtest/tabid/58/blogid/2/default.aspx">Child 1</category>
<guid isPermaLink="true">http://localhost/dnn/BlogTest2/tabid/60/EntryId/2/Child-Blog-2.aspx</guid>
<pubDate>Thu, 03 Sep 2009 19:13:00 GMT</pubDate>
<trackback:ping>http://localhost/DNN/DesktopModules/Blog/Trackback.aspx?id=2</trackback:ping>
</item>
<item>
<title>New post.</title>
<description><p> </p><a href=http://localhost/dnn/BlogTest/tabid/58/EntryId/1/New-post.aspx>More...</a></description>
<link>http://localhost/dnn/BlogTest/tabid/58/EntryId/1/New-post.aspx</link>
<author>private</author>
<guid isPermaLink="true">http://localhost/dnn/BlogTest/tabid/58/EntryId/1/New-post.aspx</guid>
<pubDate>Thu, 03 Sep 2009 18:44:00 GMT</pubDate>
<trackback:ping>http://localhost/DNN/DesktopModules/Blog/Trackback.aspx?id=1</trackback:ping>
</item>
</channel>
</rss>
Any help would be greatly appreciated