Hello
While setting a new parent portal I got an error followed by the next message in the new portal setting page:
Error: Site Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Entities.Portals.PortalSettings.GetSiteSettings(Int32 PortalId) at DotNetNuke.Modules.Admin.PortalManagement.SiteSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
When I looked in the db a new record was created in the portal table but it's filled with null/0 values.
does someone have an idea what could be wrong?
Thanks in advance for you help.
OrenG