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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Frustrated - error on errorFrustrated - error on error
Previous
 
Next
New Post
9/29/2009 11:06 AM
 

Bjarne,

I also just ran into this error.  Here is what I did to fix it.

Make sure you are in edit mode:

Go to Admin->Languages ( yes you will get the error)

Under the error you should see a link for "Language Settings"  go ahead and click this.

Check "Use Paging in Editor"

Set "Editor Page Size:" to 1000000 (or some other really large integer)

Click Update.

 

that should do it.  If not you can edit the values directly in the database. (If you have access)

 

BACKUP YOUR DATABASE FIRST!!!!!!!!!!!

run these 2 scripts to check the language editors:

SELECT     ModuleID, ModuleDefID, ModuleTitle, AllTabs, IsDeleted, InheritViewPermissions, Header, Footer, StartDate, EndDate, PortalID, CreatedByUserID,
                      CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate
FROM         dbo.Modules
WHERE     (ModuleTitle = 'Language Editor')

 

SELECT     ModuleID, SettingName, SettingValue, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate
FROM         dbo.ModuleSettings
WHERE     (SettingName = 'PageSize') OR
                      (SettingName = 'UsePaging')

 

Make sure the moduleID's match. ( all the language editor modules might not be in the module settings table)

 

Run this script when you are confident. run these 2 scripts:

 

UPDATE    dbo.ModuleSettings
SET              SettingValue = '100000'
WHERE     (ModuleID IN
                          (SELECT     ModuleID
                            FROM          dbo.Modules
                            WHERE      (ModuleTitle = 'Language Editor'))) AND (SettingName = 'PageSize')

 

SELECT     ModuleID, SettingName, SettingValue, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate
FROM         dbo.ModuleSettings
WHERE     (SettingName = 'PageSize') OR
                      (SettingName = 'UsePaging')

 

Hope this helps.

 

Robert

 

 

 

 

 

 

 

 
New Post
10/1/2009 8:14 PM
 

Hi Robert

 

By Set "Editor Page Size:" to 1000000, fix my errors.

 

Thanks a lot

Bjol

 
New Post
10/2/2009 5:06 AM
 

I blogges about it too: http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2279/How-to-turn-off-paging-in-Language-Editor-of-DNN-5-1.aspx


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Frustrated - error on errorFrustrated - error on error


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