Accessing Blog settings results in a HttpParseException error

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.
10/23/2014 6:13:41 AM
Gravatar
Total Posts 22

Accessing Blog settings results in a HttpParseException error

Hi all!,

I want to change some params for the blog display/settings but mojoportal display immediately the following error

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

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

I've checked the log files .

2014-10-23 12:54:08,355 ERROR 85.93.217.170 - de-DE - /Admin/ModuleSettings.aspx?mid=286&pageid=180 - mojoPortal.Web.Global - 85.93.217.170 /Admin/ModuleSettings.aspx?mid=286&pageid=180 Referrer(http://www.ced.lu/infos-et-news.aspx) useragent Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 
System.Web.HttpParseException: Could not load type 'mojoPortal.BlogUI.PublicationAccessSetting'. ---> System.Web.HttpException: Could not load type 'mojoPortal.BlogUI.PublicationAccessSetting'.
   at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError)
   at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
   at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
   --- End of inner exception stack trace ---
   at System.Web.UI.TemplateParser.ProcessException(Exception ex)
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

Can anybody help me?

Thanks

Yves

10/23/2014 3:24:16 PM
Gravatar
Total Posts 18439

Re: Accessing Blog settings results in a HttpParseException error

seems like you have deployed a mixed set of files for different versions

the feature definition file for the blog defines that setting and the blog code implements it, but according to this error your blog code does not implement it so you have a different older version of mojoPortal.Features.UI.dll than is expected in the bin folder

10/24/2014 1:24:50 AM
Gravatar
Total Posts 22

Re: Accessing Blog settings results in a HttpParseException error

Hi Joe,

Thanks for the answer. I've checked the details for this file

As for the moment we are still using the version 2.4.0.3 Mysql (it will be updated to ASP 4 next week but I want to be sure to have no problems with the current installation)

I've found the following for the file "mojoPortal.Features.UI.dll"

file version 1.0.0.0

Size 712 KB

It's the same size like the one in the installation zip.?!

Also i checked if there aren't any double files (GAC) . Nothing.

Do you have some more information for me?

Yves

 

 

 

10/24/2014 2:16:58 AM
Gravatar
Total Posts 22

Re: Accessing Blog settings results in a HttpParseException error

Hi Joe,

Update 24.10.2014.  

Install the new 2.4.0.4 (ASP 4.5) and everything is OK!

Don't waste your time anymore!

thanks

Yves

10/24/2014 9:39:24 AM
Gravatar
Total Posts 18439

Re: Accessing Blog settings results in a HttpParseException error

Ok, I found the problem, that file was not compiled into the .NET 3.5 package of mojoportal.

I'm glad you upgraded to .NET 4.5, that is much better!

Thanks,

Joe

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