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...Provider and Extension ForumsProvider and Extension ForumsLanguage PacksLanguage PacksConversion from string "" to type Conversion from string "" to type 'Integer' is not valid
Previous
 
Next
New Post
12/3/2009 3:18 PM
 

I first had paging (20 per page) enabled for my language editor.  then I wanted to NOT have paging.  so I went back into the language settings.  removed the paging checkbox and the number 20 from the items per page.  Perhaps I accidentally typed in something incorrect or should have left the number 20 there. but now I whenever I try to go into the language editor I get the following error...

A critical error has occurred.
Conversion from string "" to type 'Integer' is not valid.

I am using dnn5.1.4.  

How can I fix this?? thanks

 

Btw, when I login as host, I get a more detailed error message...

 

Error: Language Editor is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Conversion from string "" to type 'Integer' is not valid. ---> System.InvalidCastException: Conversion from string "" 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.Languages.LanguageEditor.get_PageSize() at DotNetNuke.Modules.Admin.Languages.LanguageEditor.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

 

 

 

 

 

 

 
New Post
12/4/2009 5:44 AM
 

are you able to correct the setting and enter a number (e.g. 100)? this should be stored in modulesettings table, use the module id to identify the correct setting. 


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/4/2009 1:58 PM
 

Sebastian Leupold wrote
 

are you able to correct the setting and enter a number (e.g. 100)? this should be stored in modulesettings table, use the module id to identify the correct setting. 

 

no, I have not tried it yet. (I don't know much about dnn, so once something out of ordinary happens, I am lost) 

But your suggestino is exactly what I am thinking I should do to fix it. 

However, I am confused by what you mean by  "modulesettings table" .  I have copied the entire module below.  Ar you refering to somehow accessing that  "modulesettings table"  using the module settings (by clicking on that "pencil on paper" little icon at the bottom?   (Yes, I can still acess that module setting but that is only to change things like contain/cache time/ module title/inherit permissions from page/etc.  It doesn't allow me to that display number to 100)

However, if you mean to do something more complicated like going into the source code or whatever, can you please give me a step by step on how to do it?  Cuz I got no idea how.  Thank you.

************************

You are here:   Admin > Languages
 
 
 
Error A critical error has occurred.
Conversion from string "" to type 'Integer' is not valid.

Language Editor

Language Editor

Minimize
 
Error An error has occurred.
Error: Language Editor is currently unavailable.

 
New Post
12/4/2009 2:34 PM
 

Please go to SQL in Host menu and execute the following statement:

UPDATE S SET SettingValue = 20 
FROM {databaseOwner}{objectQualifier}ModuleSettings S
 INNER JOIN {databaseOwner}{objectQualifier}Modules M ON S.ModuleID = M.ModuleID
 INNER JOIN {databaseOwner}{objectQualifier}ModuleDefinitions D ON M.ModuleDefID = D.ModuleDefID
WHERE D.FriendlyName = 'Languages' AND SettingName = 'PageSize'


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/4/2009 3:53 PM
 

Sebastian Leupold wrote

Please go to SQL in Host menu and execute the following statement: 

 

You are amazing.  It worked!  And so simple too.  Thank you so much

 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsLanguage PacksLanguage PacksConversion from string "" to type Conversion from string "" to type 'Integer' is not valid


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