CheckPermissions error when trying to copy a node and it's children.
When I try to copy a node at level 1 (cloning a site) I get this error instead of the usual copy dialog.
I'm using umbraco v 4.7.1.1. I'm sure it's something to do with my database, just not sure where and what I'm looking for to remedy the problem. I saw this recent post that managed to fix their issue.
Object
reference not set to an instance of an object.
Description: An
unhandled exception occurred during the execution of the current web request.
Please review the stack trace for more information about the error and where it
originated in the code.
Exception Details: System.NullReferenceException:
Object reference not set to an instance of an object.
Source Error:
An
unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException:
Object reference not set to an instance of an object.]
CheckPermissions error when trying to copy a node and it's children.
When I try to copy a node at level 1 (cloning a site) I get this error instead of the usual copy dialog.
I'm using umbraco v 4.7.1.1. I'm sure it's something to do with my database, just not sure where and what I'm looking for to remedy the problem. I saw this recent post that managed to fix their issue.
http://our.umbraco.org/forum/core/general/26556-CheckPermissions-error-when-copying-root-node
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.dialogs.moveOrCopy.CheckPermissions(CMSNode node, IAction currentAction, Char actionLetter) +53
umbraco.dialogs.moveOrCopy.CheckPermissions(CMSNode node, IAction currentAction, Char actionLetter) +158
umbraco.dialogs.moveOrCopy.CheckPermissions(CMSNode node, IAction currentAction, Char actionLetter) +158
umbraco.dialogs.moveOrCopy.ValidAction(Char actionLetter) +156
umbraco.dialogs.moveOrCopy.Page_Load(Object sender, EventArgs e) +1470
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +14
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
is working on a reply...