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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
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
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.
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.