Problem when editing module settings

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.
5/1/2013 4:22:50 PM
Gravatar
Total Posts 41

Problem when editing module settings

Hi,

I've just upgraded a 2.3.8.5 installation to 2.3.9.6 and I'm getting a lot of errors when I try to edit module settings.  Here's an example:

2013-05-01 22:16:15,323 ERROR ***.***.***.*** - en-GB - /Admin/PageLayout.aspx?pageid=7 - mojoPortal.Web.Global - Referrer(http://<my site>.com/Admin/PageLayout.aspx?pageid=7) useragent Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

System.FormatException: Input string was not in a correct format.

at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)

at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)

at System.Web.UI.WebControls.ImageButton.LoadPostData(String postDataKey, NameValueCollection postCollection)

at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Any clues as to what might be causing this?

Thanks in advance!

 

5/1/2013 4:43:31 PM
Gravatar
Total Posts 41

Re: Problem when editing module settings

Oh, slight update.  This only seems to be happening in IE10, which got installed for me today without my asking!  I was getting the error doing stuff as simple as moving a module from one pane to another, but in Chrome I don't get the errors.

5/2/2013 12:16:22 PM
Gravatar
Total Posts 18439

Re: Problem when editing module settings

This is a known issue with IE 10 and using an imagebutton inside an UpdatePanel. The easiest and best solution solution is to install .NET 4.5.

Hope that helps,

Joe

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