0 Unable to load Login page 3 Kent Shilts posted 10 Years Ago After adjusting settings on security clearances on our instance of Rock this error now exists when trying to resolve the url in web browser. The url is people.myresonateindy.com if you want to view the page error directly. I restarted the website and IIS from our external hosting page, cleared our Rock cache, and restarted Rock from within the application after finalizing the security changes. The external site is accessible from alternate urls entered directly into a web browser and then logging in from the redirected page. Any help with what connection I broke would be greatly appreciated. Please see stack trace below - Kent Shilts Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] Rock.Model.<>c__DisplayClass6.<GetActiveForms>b__2(WorkflowAction a) +93 System.Linq.WhereListIterator`1.MoveNext() +56 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +381 System.Linq.Enumerable.ToList(IEnumerable`1 source) +58 Rock.Model.WorkflowActionService.GetActiveForms(Person person) +752 RockWeb.Blocks.WorkFlow.MyWorkflowsLiquid.GetActiveForms(RockContext rockContext) in e:\hostingspaces\resonate\myresonateindy.com\wwwroot\Blocks\WorkFlow\MyWorkflowsLiquid.ascx.cs:358 RockWeb.Blocks.WorkFlow.MyWorkflowsLiquid.GetActions() in e:\hostingspaces\resonate\myresonateindy.com\wwwroot\Blocks\WorkFlow\MyWorkflowsLiquid.ascx.cs:337 RockWeb.Blocks.WorkFlow.MyWorkflowsLiquid.BindData() in e:\hostingspaces\resonate\myresonateindy.com\wwwroot\Blocks\WorkFlow\MyWorkflowsLiquid.ascx.cs:283 RockWeb.Blocks.WorkFlow.MyWorkflowsLiquid.OnLoad(EventArgs e) in e:\hostingspaces\resonate\myresonateindy.com\wwwroot\Blocks\WorkFlow\MyWorkflowsLiquid.ascx.cs:240 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
David Stevens 10 years ago I'm looking at this for Kent. I set the Auth rules for the homepage to the same as the ones that are on the Demo site, but that didn't allow me to see the homepage. Is there possibly a migration/script we could run to reset all the roles?
Kent Shilts 10 years ago Found the documentation that shows the security settings are hierarchical, but I am not sure that makes logical sense for the way the pages are arranged. For example the home page to our internal site should be able to be viewed by all approved users, but when that setting is applied all users will be given access to everything. When making a change to the home page security this turns into a large project to redo the security settings on all child pages.