Feed Manager: Feed Links as Filter

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/4/2010 11:45:47 AM
Gravatar
Total Posts 2239

Feed Manager: Feed Links as Filter

Hi Joe,

If one creates a new Feed Manager instance and set the "Use Feed Links as Filter" option prior to adding any feeds the following error is thrown and the page the Feed Manager is on become unavailable.

2010-08-04 11:41:43,808 ERROR mojoPortal.Web.Global - 162.93.249.11-en-US - /company-calendar
System.IndexOutOfRangeException: There is no row at position 0.
   at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)
   at System.Data.RBTree`1.get_Item(Int32 index)
   at System.Data.DataRowCollection.get_Item(Int32 index)
   at mojoPortal.Web.FeedUI.FeedManagerModule.PopulateControls()
   at mojoPortal.Web.FeedUI.FeedManagerModule.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 

Environment information:

mojoPortal Version 2.3.4.8 MSSQL
Operating System Microsoft Windows NT 6.0.6002 Service Pack 2
ASP.NET Version v2.0.50727 Running in Full Trust

 

Thanks,
Joe D.

8/5/2010 5:43:19 AM
Gravatar
Total Posts 18439

Re: Feed Manager: Feed Links as Filter

Hi Joe,

Thanks for the bug report. I was able to reproduce the problem and fix it. It is fixed in the source code repository and will be fixed in the next release.

Best,

Joe

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