I'm developing a Multilingual using Umbraco 7.2.6 however I hit what I believe is a bug. The different languages are set up as root nodes with culture and domains set up as localhost:30012/us localhost:30012/de localhost:30012/es etc. However when I try and load the homepages localhost:30012/us I'm getting a @Model.Content.Id does not exist! It's really weird as it's rendering the correct template and inherits from
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage.
ERROR Sequence contains no elements
Any suggestion would be greatly appreciated. I've deleted and rebuild the examine indexes etc.
The issue was a rehearing.... I found an error somewhere else later on in the template when I tried to use Model.Content.Children when I hadn't created the child nodes yet.... Stepping through and Error page wasn't helpful on this suggesting the error was somewhere where it wasn't! :(
Multilingual Site Bug? Umbraco 7.2.6
Hi,
I'm developing a Multilingual using Umbraco 7.2.6 however I hit what I believe is a bug. The different languages are set up as root nodes with culture and domains set up as localhost:30012/us localhost:30012/de localhost:30012/es etc. However when I try and load the homepages localhost:30012/us I'm getting a @Model.Content.Id does not exist! It's really weird as it's rendering the correct template and inherits from @inherits Umbraco.Web.Mvc.UmbracoTemplatePage.
ERROR Sequence contains no elements
Any suggestion would be greatly appreciated. I've deleted and rebuild the examine indexes etc.
Can't replicate on a new install :(
The issue was a rehearing.... I found an error somewhere else later on in the template when I tried to use Model.Content.Children when I hadn't created the child nodes yet.... Stepping through and Error page wasn't helpful on this suggesting the error was somewhere where it wasn't! :(
is working on a reply...