I am using Umbraco Cloud (V8) and trying fix my homepage. I changed a template name and got this runtime error. I changed is back/rolled back the website and I still get this error.
Server Error in '/' Application
I did change the web.config file but nothing changed.
Just an odd thought struck me when reading this - when you renamed your template and renamed it back - did you accidentally include the .cshtml of the filename in the name of the template.
eg you now have a template called BaseTemplate.cshtml in a file called
BaseTemplate.cshtml.cshtml
instead of the template just being called BaseTemplate?
Homepage Code HELP
Hi
I am using Umbraco Cloud (V8) and trying fix my homepage. I changed a template name and got this runtime error. I changed is back/rolled back the website and I still get this error.
Server Error in '/' Application
I did change the web.config file but nothing changed.
Can anyone help me? Thanks
Can you turn off custom errors in web.config
or see the logs to see the error
I did but I get the same page, so i think i messed that up somewhere.
Can you what error appears in logs?
Not sure where they are on the cloud. I am very new to Umbraco.
I can send you the code.........but i can't seem to direct message you
You need see what happen on template Home line 137
@RenderSection(BaseTemplate.cshtml)
Looks like it wrong line
Line 136 div class="pagetitle">
Line 137 @RenderSection(BaseTemplate.cshtml)
Line 138 /div>
Hi Savage-Dahl,
Just an odd thought struck me when reading this - when you renamed your template and renamed it back - did you accidentally include the .cshtml of the filename in the name of the template.
eg you now have a template called BaseTemplate.cshtml in a file called
BaseTemplate.cshtml.cshtml
instead of the template just being called BaseTemplate?
regards
Marc
originally the word i changed was null to home.cthtml
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.