Hi guys, I upgraded my Umbraco installation 4.7.2 -> 4.11.3.1. Upgrade process was succesful, but the site is broken now.
If I go to home page I get this exception:
[NullReferenceException: Object reference not set to an instance of an object.] umbraco.UmbracoDefault.OnPreInit(EventArgs e) +202 System.Web.UI.Page.PerformPreInit() +48 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1843
if I go to /umbraco/umbraco.aspx I get [System.InvalidOperationException: Values cannot be returned until Resolution is frozen]
with this stacktrace:
[InvalidOperationException: Values cannot be returned until Resolution is frozen] Umbraco.Core.ObjectResolution.ManyObjectsResolverBase`2.get_Values() +843 umbraco.BusinessLogic.Actions.Action.GetJavaScriptFileReferences() +29 umbraco.cms.presentation._umbraco.RenderActionJS() +83 umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) +1706 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +19 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Did you go directly from 4.7.2 to 4.11.3.1? Or did you do the upgrade step by step from 4.7.2 to 4.8 etc.?
Have you also made sure to merge the files in the config folder and the changes in the web.config? And did you increment the version number in the clientdependency.config file after the upgrade?
Umbraco site broke after upgrade
Hi guys, I upgraded my Umbraco installation 4.7.2 -> 4.11.3.1. Upgrade process was succesful, but the site is broken now.
If I go to home page I get this exception:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.UmbracoDefault.OnPreInit(EventArgs e) +202
System.Web.UI.Page.PerformPreInit() +48
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1843
if I go to /umbraco/umbraco.aspx I get [System.InvalidOperationException: Values cannot be returned until Resolution is frozen]
with this stacktrace:
[InvalidOperationException: Values cannot be returned until Resolution is frozen]
Umbraco.Core.ObjectResolution.ManyObjectsResolverBase`2.get_Values() +843
umbraco.BusinessLogic.Actions.Action.GetJavaScriptFileReferences() +29
umbraco.cms.presentation._umbraco.RenderActionJS() +83
umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) +1706
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +19
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Any ideas?
Hi Zakhar
Did you go directly from 4.7.2 to 4.11.3.1? Or did you do the upgrade step by step from 4.7.2 to 4.8 etc.?
Have you also made sure to merge the files in the config folder and the changes in the web.config? And did you increment the version number in the clientdependency.config file after the upgrade?
Looking forward to hearing from you.
/Jan
is working on a reply...