Problem with Blog module

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.
11/22/2012 1:13:26 PM
Gravatar
Total Posts 10

Problem with Blog module

mojoPortal Version 2.3.9.3 MSSQL (SQL 2008 Enterprise)
Operating System Microsoft Windows NT 6.0.6002 Service Pack 2 (Server 2008)
ASP.NET Info v4.0.30319 Running in Full Trust

Hello, whenever I try to view a blog post that I have created I receive the message that the server cannot process this request at this time. I get the error below in the logs. It looks like there is an issue with the module. Any ideas?

Thanks for any help. 

 

2012-11-22 14:07:56,410 ERROR 192.168.0.64 - en-US - /hello-world.aspx - mojoPortal.Web.Global - Referrer(http://192.168.0.121/industry-job-postings.aspx) useragent Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.UI.CommentsWidget.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

11/23/2012 7:48:25 AM
Gravatar
Total Posts 18439

Re: Problem with Blog module

Hi,

I think you did not use the new Web.config file so you are missing a new control declaration, and that causes this error. If you use the new Web.config and transfer any customizations such as machine key from your old one it should solve this error.

Hope that helps,

Joe

11/23/2012 8:05:43 AM
Gravatar
Total Posts 10

Re: Problem with Blog module

Thanks for the reply Joe. 

 

This install is a fresh installation from the web installer. Is there an easy way to get the missing control declaration that I need?

11/23/2012 8:15:36 AM
Gravatar
Total Posts 18439

Re: Problem with Blog module

Hi,

If you installed from the Web App Gallery, that is an older version of mojoPortal as we have skipped a few versions in submitting to the Gallery. 2.3.9.3 has never been submitted.

If you are using our platform installer feed then you should have version 2.3.9.4 not 2.3.9.3

In any case I would try upgrading to the latest version currently 2.3.9.4.

I don't know of anything other than the missing control declaration that could cause that error and the releases do have the declaration, but still updating to the latest release is the best advice I have for this problem at the moment.

Best,

Joe

12/18/2012 5:58:20 PM
Gravatar
Total Posts 70

Re: Problem with Blog module

Joe, thanks!

The same situation been solved using the new web.config 2.3.9.4

Best regards,

Igor

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