Error upgrading to 2.3.4.8

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/6/2010 8:47:41 PM
Gravatar
Total Posts 63
Jerry McCreary
SureFire Studios, Inc.

Error upgrading to 2.3.4.8

I upgraded to version 2.3.4.8. I am receiving the following error:

2010-08-06 18:42:00,573 ERROR mojoPortal.Web.Global - 71.80.14.231-en-US - /inventory.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
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)

 

Many pages load correctly. It appears that the error only appears on pages with content in the right pane (column).

I've doubled-(triple)-checked that I uploaded updated files, etc. 

Help is greatly appreciated.

-- Jerry McCreary

8/6/2010 8:58:29 PM
Gravatar
Total Posts 63
Jerry McCreary
SureFire Studios, Inc.

Re: Error upgrading to 2.3.4.8

I just realized that it is the custom content features that are causing my problems. (They happen to be in the right columns). 

I based them on the HTMLContent module. ... I'll keep looking. Any advice is welcome.

8/6/2010 9:34:57 PM
Gravatar
Total Posts 63
Jerry McCreary
SureFire Studios, Inc.

Re: Error upgrading to 2.3.4.8

Found the problem.  I had based some custom modules on the HTMLcontent module.

I simply needed to copy the new tags from the HTMLModule.ascx file. 

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