Error when trying to edit User permissions Ver. 4.7.0
When I try to edit any users the "User permissions" in the umbraco backend I do not get the right hand side interface - just a non-moving loading bar.
The Umbraco log reports:
Error initializing tree action: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException() at Umbraco.Courier.BusinessLogic.Tree.CourierAction.get_Alias() at umbraco.controls.Tree.TreeControl.GetLegacyIActionJavascript()
Error when trying to edit User permissions Ver. 4.7.0
When I try to edit any users the "User permissions" in the umbraco backend I do not get the right hand side interface - just a non-moving loading bar.
The Umbraco log reports:
Error initializing tree action: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException() at Umbraco.Courier.BusinessLogic.Tree.CourierAction.get_Alias() at umbraco.controls.Tree.TreeControl.GetLegacyIActionJavascript()
How do I alleviate this?
Anyone?
Same problem here, version 4.7.1. But I don't think we are editing any user properties. Don't know what is going on to cause this.
Just for info: I had the same problem & was able to fix it by removing the Umbraco.Courier.dll left behind by an old (1.3) Courier install.
You are right about the fix.
We no longer experience this error after cleaning up old courier left overs from our site.
See the post at http://our.umbraco.org/forum/umbraco-pro/courier/27437-Error-reading-Courier-Config-file-searching-in-the-wrong-location as this will tell how we resolved this problem.
is working on a reply...