Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsConvert error on Polish languageConvert error on Polish language
Previous
 
Next
New Post
6/15/2010 4:17 AM
 
Hi I've upgraded events module to beta 5.1 on my DNN6 and when I'm starting page with event module with Polish language I'm getting:

Message: DotNetNuke.Services.Exceptions.PageLoadException: Conversion from string "05." to type 'Integer' is not valid. ---> System.InvalidCastException: Conversion from string "05." to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) at DotNetNuke.Modules.Events.EventModuleSettings.UpdateDefaults() at DotNetNuke.Modules.Events.EventModuleSettings..ctor(Int32 ModuleId, String LocalResourceFile) at DotNetNuke.Modules.Events.EventBase.get_Settings() at DotNetNuke.Modules.Events.EventBase.SetTheme(Panel ctlPnlTheme) at DotNetNuke.Modules.Events.Events.Page_Load(Object sender, 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.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) --- End of inner exception stack trace ---

When I'm using English language everything runs ok.
In Polish settings dot decimal notation is "," maybe this is causing the problem while getting a number with dot.

The same issue appears in the latest beta version.
I've check settings looking for "05." but I've only found version number starting with "05."

Greets
Emil
 
New Post
6/15/2010 5:20 AM
 
more likely it is an issue in the language pack, use the language editor in Host mode to update polish language files for this module.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/15/2010 5:43 AM
 
Hi Emil,

Ok. There is a bug.... I was including an extra character when segmenting the version number. I will put a fix in. I will need to discuss with Ernst Peter and Sebastian as to whether we will need to start the release process again. This will affect any language where '.' isn't the decimal seperator.

Sebastian - this is a fery simple fx, can you agree with EPT as tro whether we need to start the release process from the start again.

Cheers
Roger

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
6/15/2010 5:47 AM
 

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
6/21/2010 1:06 PM
 
I'm getting a similar error but different data. DNN 5.4.3 No language packs standard En. ActiveTabName: Home RawURL: /Default.aspx AbsoluteURL: /Default.aspx AbsoluteURLReferrer: UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 0fdf233a-0c7e-40c1-8ae9-f8c316dbc81b InnerException: Conversion from string "-1" to type 'Integer' is not valid. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble StackTrace: Message: DotNetNuke.Services.Exceptions.PageLoadException: Conversion from string "-1" to type 'Integer' is not valid. ---> System.InvalidCastException: Conversion from string "-1" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object Value) at DotNetNuke.Modules.Admin.Authentication.Login.get_RedirectURL() at DotNetNuke.Modules.Admin.Authentication.Login.BindLoginControl(AuthenticationLoginBase authLoginControl, AuthenticationInfo authSystem) at DotNetNuke.Modules.Admin.Authentication.Login.BindLogin() at DotNetNuke.Modules.Admin.Authentication.Login.ShowPanel() at DotNetNuke.Modules.Admin.Authentication.Login.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.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) --- End of inner exception stack trace --- Would this be covered in the already posted bug? Thanks!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsConvert error on Polish languageConvert error on Polish language


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out