Well I got the above error using Umbraco 7.7.2, after I created a Template named Master. Then I created a template named Page who's master template is Master. Then I created some child templates under Page (templates for content pages...home, contact, about, etc.). I can edit Page. But, I can't edit Master. I was able to create Master, but not edit it. Trying to edit triggers the error above.
Crazy...now I am able to edit the Master template and I'm not getting that error. Very strange. Not sure why/when that started working. But, I'm happy it's working!
In case this happens to anyone else, my work around was to find Master.cshtml and edit that file with Notepad++.
/umbraco/settings/editTemplate.aspx is missing from the download
Getting a 404 on /umbraco/settings/editTemplate.aspx
Edit: I checked the actual v 7.7.2 download and /umbraco/settings/editTemplate.aspx is entirely missing from the download.
Hi Bh
Did you upgrade your project to 7.7.2 or use new installation?
Did you merge /config/trees.config file?
Thanks,
Alex
It was a new install via visual studio. I also downloaded the zip from umbraco. editTemplate.aspx is missing from both.
Still having this issue. I'm surprised others haven't reported the same issue.
Hi Bh
There is no "/umbraco/settings/editTemplate.aspx" page in Umbraco since 7.6 or 7.7 version, template editing should work without this page.
I just checked in Umbraco 7.7.2 editing of Razor views via backend s working fine. Are you trying to edit Razor views or Master pages?
Thanks,
Alex
I'm trying to edit a Master page. The version of 7.6.4 I'm running on another site, does have "/umbraco/settings/editTemplate.aspx".
It's not working in newest Umbraco.
Editing master pages is not working in Umbraco and it will not work in future versions. Only Razor code is supporting for editing in the backend.
Well I got the above error using Umbraco 7.7.2, after I created a Template named Master. Then I created a template named Page who's master template is Master. Then I created some child templates under Page (templates for content pages...home, contact, about, etc.). I can edit Page. But, I can't edit Master. I was able to create Master, but not edit it. Trying to edit triggers the error above.
Crazy...now I am able to edit the Master template and I'm not getting that error. Very strange. Not sure why/when that started working. But, I'm happy it's working!
In case this happens to anyone else, my work around was to find Master.cshtml and edit that file with Notepad++.
is working on a reply...