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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN goes mad after installingDNN goes mad after installing
Previous
 
Next
New Post
9/17/2010 6:22 AM
 
I've just installed DNN for the fourth time and something is happening that never happened before. I've tried both 5.4 and 5.5 and it doesn't matter. The installation goes smoothly, no problems at all. But when I use the portal all hell breaks loose.

First I add a page using the common task pannel and I'm greeted by the following page:

Server Error in '/' Application.


The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /PaginaPrincipal.aspx


So then I create another page and BOTH the new and the "failed" one appear! So I go into the Pages administrator to delete the wrong one but BOTH dissapear. And even when I manage to delete them, if I add another one with the same name it says it already exists as if I didn't delete it.

If that's not bizzare enough, if I keep refreshing the portal the pages appear and dissapear randomly.

And now onto changing skins. I choose another of the default skins (MinimalExtropy full) and DDN tells me this:

-          An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. ---> System.Web.HttpException: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Page.LoadAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---


What's going on? I have no idea. Help, please :S

 
New Post
9/17/2010 9:51 AM
 
You can check out the behaviour here: http://derechoeinnovacion.unican.es/

It's the default "completed" portal. I just deleted the modules in the home page and chose fullscreen skin. Open it and press F5 and both the layout and modules will change randomly

No other modification have been made. Is it a DB error? 
 
New Post
9/17/2010 1:27 PM
 
please check and make sure the application pool is not set up as a webgarden i.e. it's not using more than 1 worker process. As asp.net is not webgarden ready each individual process does not share cache/session (we don't use session in dotnetnuke though some 3rd party modules may), so this can cause issues e.g. if you add a page the first worker process does that and updates the cache, and then the page loads and the 2nd worker process sees if it's valid and as it has an "old" version of the cache shows a 404. Further F5's result in this repeating (though somewhat randomly as other users will be causing thread changes)

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
9/20/2010 5:05 AM
 
cathal connolly wrote:
please check and make sure the application pool is not set up as a webgarden i.e. it's not using more than 1 worker process. As asp.net is not webgarden ready each individual process does not share cache/session (we don't use session in dotnetnuke though some 3rd party modules may), so this can cause issues e.g. if you add a page the first worker process does that and updates the cache, and then the page loads and the 2nd worker process sees if it's valid and as it has an "old" version of the cache shows a 404. Further F5's result in this repeating (though somewhat randomly as other users will be causing thread changes)

 Since it's an external host I guess I have to contact them and ask for it. Let's hope they can fix it, I'll keep posting here with results. Thanks :D

 
New Post
9/20/2010 6:32 AM
 
I still get the error. I reinstalled using and independent App Pool but when I changed the skin from "default" to "full screen" I still get different versions of the same page if you press F5.


I've tried to remove modules from the "fullscreen" one but I was recieving this error:


An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. ---> System.Web.HttpException: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Page.LoadAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

But the module was removed... Of course if you press F5 at http://derechoeinnovacion.unican.es you will get 2 versions: The "default page" you are greeted when you finish your DNN installation or the one with my modifications (no modules, fullscreen skin)

Any other ideas of why is it happening? A wrong version of ASP.NET? (I've heard it's 2.0.50.72 and 3.5sp1 is required)
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN goes mad after installingDNN goes mad after installing


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