Using v601 in webforms mode. When i goto templates in settings i get the following error
ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 52] An unhandled exception occurred
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.cms.businesslogic.template.MasterPageHelper.GetFileContents(Template t)
Anyone seen this before? In may backend the templates tree is empty even though I have templates in the db table and in the file store.
Ok sorted it myself. Bascially i had the site originally setup as render mvc but then changed to webforms. Somehow the cmsnode table had a template object which no longer existed that was giving ysod. Deleted that row and now its back !!!
v601 template isssue
Using v601 in webforms mode. When i goto templates in settings i get the following error
ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 52] An unhandled exception occurred
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.cms.businesslogic.template.MasterPageHelper.GetFileContents(Template t)
Anyone seen this before? In may backend the templates tree is empty even though I have templates in the db table and in the file store.
Regards
Ismail
Ok sorted it myself. Bascially i had the site originally setup as render mvc but then changed to webforms. Somehow the cmsnode table had a template object which no longer existed that was giving ysod. Deleted that row and now its back !!!
is working on a reply...