The create dialog for "Media" does not match anything defined in the "~/umbraco/config/create/UI.xml".
Hi,
I just updated from 3 to 4 and the to 4.5, and now this error appears when I try to create a media. Anyone knows what this means?
Server Error in '/' Application.
The create dialog for "Media" does not match
anything defined in the "~/umbraco/config/create/UI.xml". This could
mean an incorrectly installed package or a corrupt UI file
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: The
create dialog for "Media" does not match anything defined in the
"~/umbraco/config/create/UI.xml". This could mean an incorrectly
installed package or a corrupt UI file
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: The create dialog for "Media" does not match anything defined in the "~/umbraco/config/create/UI.xml". This could mean an incorrectly installed package or a corrupt UI file] umbraco.cms.presentation.Create.Page_Load(Object sender, EventArgs e) +552 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) +49 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
By the way. I checked the UI.xml file against one from a website where everything is working fine. They are identical, so the problem must be some other place.
Hi! Have seen the same when creating packages from folder Packages instead of folder Created Packages. Can you try using the Create button (top left corner) instead, and see if that works better? (Just as a temporary workaround)
I tried that now, and got a new weird error. Something is clearly not right.
No Document exists with Version '43c00c1c-6433-4d2d-ae6b-1863e28b5977'
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 Document exists with Version '43c00c1c-6433-4d2d-ae6b-1863e28b5977'
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.
The create dialog for "Media" does not match anything defined in the "~/umbraco/config/create/UI.xml".
Hi,
I just updated from 3 to 4 and the to 4.5, and now this error appears when I try to create a media. Anyone knows what this means?
Server Error in '/' Application.
The create dialog for "Media" does not match anything defined in the "~/umbraco/config/create/UI.xml". This could mean an incorrectly installed package or a corrupt UI file
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: The create dialog for "Media" does not match anything defined in the "~/umbraco/config/create/UI.xml". This could mean an incorrectly installed package or a corrupt UI file
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
By the way. I checked the UI.xml file against one from a website where everything is working fine. They are identical, so the problem must be some other place.
Hi! Have seen the same when creating packages from folder Packages instead of folder Created Packages. Can you try using the Create button (top left corner) instead, and see if that works better? (Just as a temporary workaround)
Regards
Jonas
Hi Jonas,
I tried that now, and got a new weird error. Something is clearly not right.
No Document exists with Version '43c00c1c-6433-4d2d-ae6b-1863e28b5977'
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 Document exists with Version '43c00c1c-6433-4d2d-ae6b-1863e28b5977'
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Are you able to open up an existing media item?
Yes, I can do that. It's only when trying to create new items. It's as soon as I click create and it looks like this:
Ok... I digged up an OLD solution. This works like a charm.
http://forum.umbraco.org/yaf_postst7538_Error-when-trying-to-create-in-Media-v4.aspx
Seems like a lowercase m had to be changed to an uppercase... great.
@Rune found the solution - but cant mark his own post as solution - http://forum.umbraco.org/yaf_postst7538_Error-when-trying-to-create-in-Media-v4.aspx
@Anders thx
is working on a reply...