Hello I installed the starter kit on my box and was pleased to see how easy it is now compared to the early days!
But afeter having had a successfull install I got the error :
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +125
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3908
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I search the forum but I didn't find any clear answer.
In fact It came from a right access not properly set to the Portals folder during the instal.
So after having done a first instal I setted the correct permission on this folder, errased
My database and restarted the instal without having remove any files.
It just works.
In clear:
- Instal it once
- Put the permission on the Portals folder
- Clear the database
- re open the Default.aspx page.
It work for me hope it helps