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 ...Page management not working Uncaught TypeError:Page management not working Uncaught TypeError:
Previous
 
Next
New Post
9/27/2016 8:07 PM
 

After updating from 7.4.2 to 8.4 the Page management functions do not load.

If we click on a page we do not get the page properties panel to show, or add a page, etc. 

There is a Uncaught TypeError: Cannot read property 'length' of undefined

page bugs out in this function.

var loadScriptInMultipleMode = function(){

    for(var i = 0; i < window.dnnLoadScriptsInAjaxMode.length; i++){

        var s = document.createElement( 'script' );

        s.type = 'text/javascript';

        s.src = window.dnnLoadScriptsInAjaxMode[i];

        s. = window.dnnLoadScriptsInAjaxModeComplete;

        s. = window.dnnLoadScriptsInAjaxModeComplete;

        document.body.appendChild(s);

    }

 
New Post
11/16/2016 3:54 PM
 
I had the same error when trying to change the view permissions for a module. I was able to fix this by removing the clientIDMode setting in the web.config file. Seems like it was used before ASP.NET 4. Here is what the web.config line looks like that is causing the error, and below that is a link to where I found the answer. Try removing clientIDMode and hopefully your site will start working.
<pages validateRequest="false" enableViewStateMac="true" enableEventValidation="true" viewStateEncryptionMode="Always"  clientIDMode="AutoID">
http://stackoverflow.com/questions/39...
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Page management not working Uncaught TypeError:Page management not working Uncaught TypeError:


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