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 ErrorPage Management Error
Previous
 
Next
New Post
1/25/2014 4:14 AM
 
please check details of the associated Entry in DNN Eventlog,. If it is the same as above, please check Admin > Site Settings for "special" pages on top of 2nd tab (Login Page etc.) and make sure they are pointing to valid pages (if not empty).

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/25/2014 10:18 AM
 

Thanks Sebastian,

Everything appears to be set correctly, and the associated entry in the eventlog matches. Screenshots below. I tried clearing all of those pages entries to not specified, and then setting them back, but no effect.

 
New Post
1/25/2014 4:03 PM
 
the problem with doing direct database access is that it's easy to break application referential integrity - if it's done via the API the API knows when a core entity has child properties e.g. tabcontroller knows when it adds a page to add page settings. If an import utility is not correctly written it can easily miss part of this and break things. Based on your stacktrace, it seems that there is a failure identifying a special tab. The code which does this is below:

return tabId == portalSettings.SplashTabId || tabId == portalSettings.HomeTabId ||
tabId == portalSettings.LoginTabId || tabId == portalSettings.UserTabId ||
tabId == portalSettings.AdminTabId || tabId == portalSettings.SuperTabId;

My best guess is that something is corrupt - I would suggest looking in the portallocalization table and checking that all the ID columns above are either null or contain tabid's which are tab's within the site (i.e. the tabid exists, and is part of the portal).

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
1/25/2014 5:17 PM
 

Thanks Cathal,

Everything appears proper, and in sniffing around this a bit, I found the issue. Somehow - maybe I did it, maybe it happened by chance, I don't know - the default language for the portal wasn't set to be enabled. The checkbox was empty, and couldn't be updated just by clicking on it in the list of languages, but by going in as to edit the language, and switching from "native name" to "english name" and back again, the updating, the checkbox showed up checked. Cleared cache, restarted application, and pages management is back.

Thanks to all who chipped in suggestions. Hope this helps someone down the road.

Ken

 
New Post
1/26/2014 5:30 PM
 
glad to hear it's working again - I suspect some of your user's imported with an impossible (i.e. not installed/enabled) language as their default and that caused a cascading issue. Might be an idea to check your userprofile table and ensure that any entry has a valid preferredlocale -you can run sql such as this to return their records (you may need to change the query, as I use an objectqualifier of dnn_)

SELECT dnn_UserProfile.ProfileID, dnn_UserProfile.UserID, dnn_UserProfile.PropertyValue, dnn_UserProfile.PropertyText,
dnn_ProfilePropertyDefinition.PropertyName
FROM dnn_UserProfile INNER JOIN
dnn_ProfilePropertyDefinition ON dnn_UserProfile.PropertyDefinitionID = dnn_ProfilePropertyDefinition.PropertyDefinitionID
WHERE (dnn_ProfilePropertyDefinition.PropertyName = N'PreferredLocale')

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Page Management ErrorPage Management 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