Feed Manager Issue & Blog Issue

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.
5/26/2009 7:54:55 PM
Gravatar
Total Posts 26

Feed Manager Issue & Blog Issue

 

I received the following error message when attempting to use Rss Feed Manager (for the first time):

The stored procedure 'mp_RssFeeds_Select' doesn't exist.
Source Error:

Line 2511:
Line 2512: connection.Open();
Line 2513: SqlCommandBuilder.DeriveParameters(cmd);
Line 2514: connection.Close();
Line 2515:

Source File: D:\Code\PlanLinks2\src\mojoPortal.Data.MSSQL\SQLHelper.cs Line: 2513


QUESTION: Is there something wrong with my installation?  Or is this a bug?


======================================================================================

I also received another error message today when trying to use the Blog (for the first time ever):

Index was outside the bounds of the array.
Source Error:

Line 116: arParams[index].Direction = dir;
Line 117: }
Line 118: Debug.Assert(arParams[index].Direction == dir, "parameter's direction doesn't match cached parameters");
Line 119: Debug.Assert(string.Equals(arParams[index].ParameterName,paramName, StringComparison.InvariantCultureIgnoreCase), "parameter's name doesn't match cached parameters");
Line 120: Debug.Assert(

Source File: D:\Code\PlanLinks2\src\mojoPortal.Data.MSSQL\SQLParameterHelper.cs Line: 118

QUESTION: Is this an installation error too?

 

thanks,

Michael

5/27/2009 5:31:02 AM
Gravatar
Total Posts 18439

Re: Feed Manager Issue & Blog Issue

You are working with the source code in Visual Studio. You should use the mojoportal.sln as it has all the features. You need to first rebuild the entire solution so that the psot build events run and all the needed files get copied to the web project, then visit /Setup/Default.aspx to run the scripts and configure the features.

Hope it helps,

Joe 

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