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...Upgrading DNN P...Upgrading DNN P...Upgrade from 7.2 to 7.3.1 & 7.3.2Upgrade from 7.2 to 7.3.1 & 7.3.2
Previous
 
Next
New Post
8/16/2014 2:43 PM
 

I tried upgrading my site from 7.2 to 7.3.1.  The upgrade seemed to work fine for most of my portals.  I had at least one portal though that worked fine until I logged in to the site and logged out.  After logging out I taken to a 404 page every time I tried to access the site.  After looking at the event logs and the stack trace it was failing on tab access denied.

After playing around with it some the only way I could get the pages to show was to give everyone edit access to the page.

Since it was isolated to just that one portal I decided I'd recreate the portal.  I ran into the same issue with the newly created portal.  While I was logged in, everything was fine, but after I logged out I got the 404 error page.

Today I decided to restore the site using the backup (web files and database) I took before upgrading.  I then upgraded to 7.3.2.  Initially when I opened all of the websites including the one having issues all pages were displayed fine.  I then logged into this one portal... all fine... until I logged out.  I was immediately taken to the 404 error page.

Any ideas?

I'm restoring back to the original 7.2 version now, but would like to be running the latest version.

Thanks!

 
New Post
8/17/2014 7:30 AM
 
this sounds like a strange issue with URL redirection or permission.
Please check Website Aliases in Admin > Site Settings, there needs to be a default alias for each supported language.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/17/2014 10:41 AM
 
Yes, it has a primary alias / default alias assigned.
 
New Post
8/17/2014 11:27 AM
 
please check portals table in the database, whether AdministratorsRoleID and RegisteredUsersRoleID point to the correct roles from Roles table.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/17/2014 11:42 AM
 

yes, the administratorRoleId and RegisteredRoleId refer back to the correct records in the roles table with the matching portalid.

Here's the stack trace for the error message I'm getting in the event log:

  2014-08-16 11:22:11,047 [P3NW8SHG357][Thread:72][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index at System.Web.UI.ControlCollection.get_Item(Int32 index) at DotNetNuke.UI.Containers.Container.GetPortalModuleBase(UserControl control) 2014-08-16 11:22:11,062 [P3NW8SHG357][Thread:72][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page. System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Permissions.PermissionProvider.IsDeniedTabPermission(TabInfo tab, String permissionKey) at DotNetNuke.Security.Permissions.PermissionProvider.HasModuleAccess(SecurityAccessLevel accessLevel, String permissionKey, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleInstanceContext.get_IsEditable() at DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() at AllDnn.More.More.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control. (EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 2014-08-16 11:22:11,078 [P3NW8SHG357][Thread:72][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=248&error=terminate System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Permissions.PermissionProvider.IsDeniedTabPermission(TabInfo tab, String permissionKey) at DotNetNuke.Security.Permissions.PermissionProvider.HasModuleAccess(SecurityAccessLevel accessLevel, String permissionKey, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleInstanceContext.get_IsEditable() at DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() at AllDnn.More.More.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control. (EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 2014-08-16 11:22:11,078 [P3NW8SHG357][Thread:72][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Permissions.PermissionProvider.IsDeniedTabPermission(TabInfo tab, String permissionKey) at DotNetNuke.Security.Permissions.PermissionProvider.HasModuleAccess(SecurityAccessLevel accessLevel, String permissionKey, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleInstanceContext.get_IsEditable() at DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() at AllDnn.More.More.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control. (EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade from 7.2 to 7.3.1 & 7.3.2Upgrade from 7.2 to 7.3.1 & 7.3.2


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