-
-
Notifications
You must be signed in to change notification settings - Fork 774
[Bug]: Application Error when loading theme using Breadcrumb #6940
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
Application Error screen when trying to access the site
Steps to reproduce?
- Install a fresh version of the latest build
- Step through installation steps
Current Behavior
An error has occurred. 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.UI.Skins.Skin.GetSkin(IHostSettings hostSettings, PageBase page) at DotNetNuke.Framework.DefaultPage.GetSkin() at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) at System.Web.UI.Control.d__225.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult() at System.Web.UI.Page.d__523.MoveNext() --- End of inner exception stack trace ---
Expected Behavior
Site loads
Relevant log output
Anything else?
Affected Versions
Current development branch (unreleased)
What browsers are you seeing the problem on?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct