When i log in as admin, and open the member section, the nodes are showing up empty, after inspecting with firebug i get a 500 error. I am able to create new users/groups/membertypes, but it only seems to be a problem with the tree, does someone have an idea how i can fix this?
This is my internal errror:
Exception information:
Exception type: ArgumentException
Exception message: No node exists with id '1113'
at umbraco.cms.businesslogic.CMSNode.setupNode()
at umbraco.dialogs.moveOrCopy.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Member Section Corrupt?
When i log in as admin, and open the member section, the nodes are showing up empty, after inspecting with firebug i get a 500 error. I am able to create new users/groups/membertypes, but it only seems to be a problem with the tree, does someone have an idea how i can fix this?
This is my internal errror:
Exception information:
Exception type: ArgumentException
Exception message: No node exists with id '1113'
at umbraco.cms.businesslogic.CMSNode.setupNode()
at umbraco.dialogs.moveOrCopy.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Request information:
Request URL: http://46.34.89.37/umbraco/dialogs/moveOrCopy.aspx?app=media&mode=cut&id=1114&rnd=16.1&rndo=16.7
Request path: /umbraco/dialogs/moveOrCopy.aspx
Never mind, posted wrong error log, in fact it had to do with permissions on the window temp folder.
is working on a reply...