Unable to load page when logged in

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.
7/23/2012 9:38:19 AM
Gravatar
Total Posts 7

Unable to load page when logged in

I set up a page with a blog on it at: http://blog.themorgan.org/morgan-book-project.aspx that we are no longer able to access when we are logged in. The following error is displayed:

 

We're sorry but a server error has occurred while trying to process your request.

 

The page does load as long as we're not logged in. I could delete the page and just start again since nothing has been posted. But I thought I would report the error. Can this be fixed without creating a new page?

Here are the server details:

MojoPortal version: 2.3.5.8 SqlCe

Microsoft Windows NT 5.2.3790 Service Pack 2

ASP.NET v4.0.30319 Running in Full Trust

 

Here is the error message from the system log:

2012-07-22 21:24:44,546 INFO mojoPortal.Web.Global - Global.asax.cs Application_End
2012-07-22 21:38:51,578 INFO mojoPortal.Web.Global - Application Started.
2012-07-23 07:20:37,078 ERROR mojoPortal.Web.mojoBasePage - 72.248.200.54-en-US - /morgan-book-project.aspx
System.IndexOutOfRangeException: ModuleTitle
   at System.Data.SqlServerCe.FieldNameLookup.GetOrdinal(String fieldName)
   at System.Data.SqlServerCe.SqlCeDataReader.GetOrdinal(String name)
   at System.Data.SqlServerCe.SqlCeDataReader.get_Item(String name)
   at mojoPortal.Business.ContentWorkflow.PopulateFromReader(IDataReader reader)
   at mojoPortal.Business.ContentWorkflow.GetWorkInProgress(Guid moduleGuid)
   at mojoPortal.Web.ContentUI.HtmlModule.PopulateControls()
   at mojoPortal.Web.ContentUI.HtmlModule.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)
2012-07-23 07:20:37,109 ERROR mojoPortal.Web.Global - 72.248.200.54-en-US - /morgan-book-project.aspx
System.IndexOutOfRangeException: ModuleTitle
   at System.Data.SqlServerCe.FieldNameLookup.GetOrdinal(String fieldName)
   at System.Data.SqlServerCe.SqlCeDataReader.GetOrdinal(String name)
   at System.Data.SqlServerCe.SqlCeDataReader.get_Item(String name)
   at mojoPortal.Business.ContentWorkflow.PopulateFromReader(IDataReader reader)
   at mojoPortal.Business.ContentWorkflow.GetWorkInProgress(Guid moduleGuid)
   at mojoPortal.Web.ContentUI.HtmlModule.PopulateControls()
   at mojoPortal.Web.ContentUI.HtmlModule.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)
 

7/23/2012 1:34:50 PM
Gravatar
Total Posts 18439

Re: Unable to load page when logged in

I'd recommend upgrading to the latest version 2.3.9.0

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