I was trying to update to 6.2 from 6.1.5...install failed at first script. No access to site so used a back up and tried a few different times.(ultimately the error I was getting was database ful,l can't write. I went in through godaddy and truncated the event log and site log to clear space.) Godaddy automatically replaced my original backup of sql server...(every 12 hours) Now I can't access site at all. Tried installing 6.2 as separate install and no issues. If anyone could try to attempt to help me gain access again...please. This is the error code I receive when trying to access:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(Int32 portalId, String tabPath
, String cultureCode) +18 DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app,
String& portalAlias) +3550 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s,
EventArgs e) +973 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
and from the install failure log..
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at DotNetNuke.Security.Roles.Internal.RoleControllerImpl.GetRole(Int32 portalId, Func`2 predicate)
at DotNetNuke.Entities.Portals.PortalInfo.get_AdministratorRoleName()
at DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 tabID, PortalInfo portal)
at DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabID, Int32 portalID)
at DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 portalID)
at DotNetNuke.DNNQA.Components.Modules.UrlModule.OnBeginRequest(Object source, EventArgs e)