Hi
I'm a new user having trouble installing the install version of 4.8.2
Situation is very similar to this post...
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/214517/scope/posts/Default.aspx
I'm in a medium trust enviroment, using identity impersonation to get file permissions sorted (seems to work). Also using sql server.
I was failing at the portal creation bit of the install:
Error Installing Portal:
Error creating Profile Definitions
Seems databasey... so I checked ou the web config and noticed I'd only populated the appSettings "SiteSqlServer" key with SQL connection details (misled by old documentation?) so I added the sql config details to the new connectionStrings section as well.
After now reuploading the web.config, the install first fails with an asp.net "Validation of viewstate MAC failed" error... then a reload yields a DNN response "DotNetNuke is already Installed on this system."
Ok.. so lets try the root to see if I can get to it?
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +91
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3308
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I'm going nuts :)
HELP, please :)