Node node exists with id '0' after XSLT schema upgrade
I get the following error after I upgraded to the latest version of Umbraco from 4.0.4.2 (I went through all version on upgrade everything else seems to work).
Error Loading Razor Script (file: ) No node exists with id '0' at umbraco.cms.businesslogic.CMSNode.setupNode() at umbraco.cms.businesslogic.ContentType.setupNode() at umbraco.cms.businesslogic.ContentType.GetByAlias(String Alias) at umbraco.MacroEngines.DynamicNode.GetAncestorOrSelfNodeTypeAlias(DynamicBackingItem node) at umbraco.MacroEngines.DynamicNode.<>c__DisplayClass23.<TryGetMember>b__1b(DynamicBackingItem x) at System.Linq.Enumerable.WhereListIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at umbraco.MacroEngines.DynamicNode.TryGetMember(GetMemberBinder binder, Object& ...
After setting useLegacyXlst = false (UmbracoSettings.config) I republished my extire xml using the dialog at http://yoursite/umbraco/dialogs/republish.aspx?xml=true.
Node node exists with id '0' after XSLT schema upgrade
I get the following error after I upgraded to the latest version of Umbraco from 4.0.4.2 (I went through all version on upgrade everything else seems to work).
Error Loading Razor Script (file: ) No node exists with id '0' at umbraco.cms.businesslogic.CMSNode.setupNode()
at umbraco.cms.businesslogic.ContentType.setupNode()
at umbraco.cms.businesslogic.ContentType.GetByAlias(String Alias)
at umbraco.MacroEngines.DynamicNode.GetAncestorOrSelfNodeTypeAlias(DynamicBackingItem node)
at umbraco.MacroEngines.DynamicNode.<>c__DisplayClass23.<TryGetMember>b__1b(DynamicBackingItem x)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
at umbraco.MacroEngines.DynamicNode.TryGetMember(GetMemberBinder binder, Object&
...
After setting useLegacyXlst = false (UmbracoSettings.config) I republished my extire xml using the dialog at http://yoursite/umbraco/dialogs/republish.aspx?xml=true.
Can anyone help please?
Hi Brendan,
Can you tell a little about your setup? What packages do you have installed, IIS version, database type etc.
Cheers
Bjørn
is working on a reply...