Blog Feature RSS Feed icon link on subsite produces "Invalid URI" error

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
12/19/2010 6:48:39 PM
Gravatar
Total Posts 1

Blog Feature RSS Feed icon link on subsite produces "Invalid URI" error

Hello all!

I have created my first site and then a second site based on folder names as per the instructions. The second site is basically the english version of the first site. Everything works perfectly, but I just found a weird error.

On the first site, I have created a page with the Blog Feature. The RSS feed icon points to the http://www.itguy.gr/blog2rss.aspx friendly Url, which works. If I go to Url Manager, this maps to http://www.itguy.gr/Blog/RSS.aspx?pageid=1&mid=2

On the second site, I have mirrored exactly the first site's settings. On the corresponding page with the Blog Feature the RSS Feed icon points to http://www.itguy.gr/en/blog28rss.aspx friendly Url, which maps to http://www.itguy.gr/en/Blog/RSS.aspx?pageid=15&mid=28 and does NOT work.

When I click to the http://www.itguy.gr/en/blog28rss.aspx Url, I get the following error message:

 

 

Server Error in '/' Application.
Invalid URI: The format of the URI could not be determined.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UriFormatException: Invalid URI: The format of the URI could not be determined.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[UriFormatException: Invalid URI: The format of the URI could not be determined.]
System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) +6161380
System.Uri..ctor(String uriString) +20
mojoPortal.Web.FeedUI.RssPage.RenderRss() +256
mojoPortal.Web.FeedUI.RssPage.Page_Load(Object sender, EventArgs e) +58
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

 

What on earth could be the issue here ?!?!?!

Regards

Andreas

12/20/2010 8:08:36 AM
Gravatar
Total Posts 18439

Re: Blog Feature RSS Feed icon link on subsite produces "Invalid URI" error

Hi Andreas,

I was able to reproduce this problem and fix it on my local machine this morning. The fix is in our source code repository now so it will be fixed in the next release. Not long ago we refactored the feed logic for the blog to remove the dependency on the older RSS.NET.dll and switched to Argotic Framework which we also use in Feed Manager, and I guess at that time we introduced this bug in the blog feed in folder based sites.

Thanks for reporting this problem.

Best,

Joe

12/23/2010 3:46:22 AM
Gravatar
Total Posts 5

Re: Blog Feature RSS Feed icon link on subsite produces "Invalid URI" error

I have that with a lot of web pages too. Above all fashion sites like vogue.com or elle.com and vogue.fr do not work properly. What could be the problem there?

12/23/2010 6:26:46 AM
Gravatar
Total Posts 18439

Re: Blog Feature RSS Feed icon link on subsite produces "Invalid URI" error

This thread is about the feed produced by the blog feature in mojoPortal, so I think you are asking a different unrelated question unless those sites you mention are running on mojoPortal.

If you are having problems consuming a feed from another site in feed manager then start a new thread and post the feed url(s) that don't work and "maybe" it can be solved.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.