Urgent: Errors in BackOffice after upgrading to Umbraco 6
Hi Community,Please help. Today i upgraded from Umbraco 4.33.3.1 to Umbraco 6. Upgrade went fine, my front end site is also working fine. but i am getting few errors in backend:Under Content Section When i click on some nodes i get following error: No Media exists with id '1115'
One common thing i am noticing: I am getting this error whereever i have used Multi-node tree picker.
Error Log:
Server Error in '/' Application. --------------------------------------------------------------------------------
No Media exists with id '1115'
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.ArgumentException: No Media exists with id '1115'
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.
Someone else reported this issue last week - but I couldn't reproduce the error.
What did work for the other person was to delete the "uComponents.Legacy.dll" from your /bin folder and then clear the cookies from your browser, (MNTP sets a cookie to store the XPath filters). Also be sure that you are using Umbraco's native MNTP, not the legacy uComponents version.
We have a patch release (v5.3.1) of uComponents coming out tomorrow which should resolve this issue.
Hello guys. I am new to Umbraco and i started off with version 6.0.0 I am getting this error as well but i cannot seem to find the dll you guys are talking about. I do not use the uComponents.Legacy.dll
Whenever i choose an end node in the content page i get this error.
Urgent: Errors in BackOffice after upgrading to Umbraco 6
Hi Community,Please help. Today i upgraded from Umbraco 4.33.3.1 to Umbraco 6. Upgrade went fine, my front end site is also working fine. but i am getting few errors in backend:Under Content Section When i click on some nodes i get following error: No Media exists with id '1115'
One common thing i am noticing: I am getting this error whereever i have used Multi-node tree picker.
Error Log:
Server Error in '/' Application.
--------------------------------------------------------------------------------
No Media exists with id '1115'
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.ArgumentException: No Media exists with id '1115'
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:
[ArgumentException: No Media exists with id '1115']
umbraco.cms.businesslogic.media.Media.setupNode() +311
umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) +36
uComponents.DataTypes.MultiNodeTreePicker.FilteredMediaTree.get_DefinedStartNodeMedia() +112
uComponents.DataTypes.MultiNodeTreePicker.FilteredMediaTree.get_StartNodeID() +46
umbraco.cms.presentation.Trees.XmlTreeNode.CreateRoot(BaseTree bTree) +45
umbraco.cms.presentation.Trees.BaseTree.CreateRootNode() +13
umbraco.cms.presentation.Trees.BaseTree.Initialize() +154
umbraco.cms.presentation.Trees.BaseTree.SetTreeParameters(ITreeService treeParams) +119
umbraco.controls.Tree.TreeControl.Initialize() +430
umbraco.controls.Tree.TreeControl.OnPreRender(EventArgs e) +47
umbraco.controls.Tree.CustomTreeControl.OnPreRender(EventArgs e) +14
System.Web.UI.Control.PreRenderRecursiveInternal() +83
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Control.PreRenderRecursiveInternal() +168
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +974
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Hi Pinal,
Someone else reported this issue last week - but I couldn't reproduce the error.
What did work for the other person was to delete the "uComponents.Legacy.dll" from your /bin folder and then clear the cookies from your browser, (MNTP sets a cookie to store the XPath filters). Also be sure that you are using Umbraco's native MNTP, not the legacy uComponents version.
We have a patch release (v5.3.1) of uComponents coming out tomorrow which should resolve this issue.
Thanks, Lee.
Cool the solution worked.
Hello guys. I am new to Umbraco and i started off with version 6.0.0 I am getting this error as well but i cannot seem to find the dll you guys are talking about. I do not use the uComponents.Legacy.dll
Whenever i choose an end node in the content page i get this error.
No Media exists with id 'xxxx'
is working on a reply...