Umbraco 6: MNTP gives ysod saying "No media exists with ID XXXX"
Hi guys
Thought it was better to take this discussion from twitter into the forum - So I'm having a weird issue using the MNTP in v6 of Umbraco - I filed a bug report here: http://issues.umbraco.org/issue/U4-1617
On twitter Lee Kelleher suggested that I deleted the uComponents.legacy.dll file and cleared my cookies.
This made the first yellow screen disappear...but then I get this baby...I have tried removing the property and adding it again...same result...
Value cannot be null.
Parameter name: Property leftContent (114) on Content Type Dokument could not be retrieved for Document 1074 on Tab Page Venstre indhold. To fix this problem, delete the property and recreate it.
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.ArgumentNullException: Value cannot be null.
Parameter name: Property leftContent (114) on Content Type Dokument could not be retrieved for Document 1074 on Tab Page Venstre indhold. To fix this problem, delete the property and recreate it.
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:
[ArgumentNullException: Value cannot be null.
Parameter name: Property leftContent (114) on Content Type Dokument could not be retrieved for Document 1074 on Tab Page Venstre indhold. To fix this problem, delete the property and recreate it.]
Umbraco 6: MNTP gives ysod saying "No media exists with ID XXXX"
Hi guys
Thought it was better to take this discussion from twitter into the forum - So I'm having a weird issue using the MNTP in v6 of Umbraco - I filed a bug report here: http://issues.umbraco.org/issue/U4-1617
On twitter Lee Kelleher suggested that I deleted the uComponents.legacy.dll file and cleared my cookies.
This made the first yellow screen disappear...but then I get this baby...I have tried removing the property and adding it again...same result...
Value cannot be null.
Parameter name: Property leftContent (114) on Content Type Dokument could not be retrieved for Document 1074 on Tab Page Venstre indhold. To fix this problem, delete the property and recreate it.
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.ArgumentNullException: Value cannot be null.
Parameter name: Property leftContent (114) on Content Type Dokument could not be retrieved for Document 1074 on Tab Page Venstre indhold. To fix this problem, delete the property and recreate it.
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:
[ArgumentNullException: Value cannot be null.
Parameter name: Property leftContent (114) on Content Type Dokument could not be retrieved for Document 1074 on Tab Page Venstre indhold. To fix this problem, delete the property and recreate it.]
umbraco.controls.ContentControl.CreateChildControls() +1104
System.Web.UI.Control.EnsureChildControls() +102
umbraco.controls.ContentControl.OnInit(EventArgs e) +38
System.Web.UI.Control.InitRecursive(Control namingContainer) +140
System.Web.UI.Control.AddedControl(Control control, Int32 index) +197
System.Web.UI.ControlCollection.Add(Control child) +79
umbraco.cms.presentation.editContent.OnInit(EventArgs e) +1446
System.Web.UI.Control.InitRecursive(Control namingContainer) +140
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Hi Jan, try restore to a point before u deleted the control (bad idea)
Go to developer, packages, and install uComponents again, then ur MNTP works fine (just had same problem)
Comment author was deleted
@Jacob. Yep, I updated the uComponents DLL's with Nuget. Worked like a charm. Be sure to repub the entire site.
Comment author was deleted
FYI, I was upgrading from 4.11.10 to 6.1.6
is working on a reply...