I had a test installation of Umbraco 4.5 where I worked out a proof of concept for future websites, and wanted to package all my preparations so i could deploy them on new installations, but when i try to create a package i get this error:
Server Error in '/' Application. --------------------------------------------------------------------------------
The create dialog for "packager" 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 "packager" 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 "packager" 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
You could try checking the "/umbraco/config/create/UI.xml" file to see if there is any reference of "packager" - if not, then try re-downloading v4.5 and copy the "UI.xml" over your existing one.
When i try to create a new package (after clicking where the context menu works) I keep getting this error, even when i add only a single document type to the package:
CreatedPackage.cs System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000' at umbraco.cms.businesslogic.web.Document.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) at umbraco.cms.businesslogic.Content..ctor(Int32 id) at umbraco.cms.businesslogic.web.Document..ctor(Int32 id) at umbraco.cms.businesslogic.packager.CreatedPackage.Publish()
can't create packages anymore?
I had a test installation of Umbraco 4.5 where I worked out a proof of concept for future websites, and wanted to package all my preparations so i could deploy them on new installations, but when i try to create a package i get this error:
ps. tried uninstalling all existing packages, and i still can't create new ones.
Hi Rik,
Are you definitely running v4.5? As I found the same error in v4.1RC ... but that bug got fixed.
http://umbraco.codeplex.com/workitem/27777
You could try checking the "/umbraco/config/create/UI.xml" file to see if there is any reference of "packager" - if not, then try re-downloading v4.5 and copy the "UI.xml" over your existing one.
Cheers, Lee.
I can simulate your bug report in 4.5 to the letter, in TWO different installs.
Hi Rik
I get this same error in a fresh installation of 4.5. You need to right-click on "created packages" to be able to create a new package.
I've added a comment to that effect on the issue at http://umbraco.codeplex.com/workitem/27777
Cheers,
Dan
P.s. also beware of http://umbraco.codeplex.com/workitem/27929 and http://umbraco.codeplex.com/workitem/27864 (fixed today apparently)
When i try to create a new package (after clicking where the context menu works) I keep getting this error, even when i add only a single document type to the package:
When i try to delete the freshly created package, the context menu acts up:
Yep, getting the same problem - I have re-opened the issue ticket on CodePlex.
http://umbraco.codeplex.com/workitem/27777
is working on a reply...