I am running a company website. I want to make a change on the homepage template but failed to save. I get the following error mesage every time I try to save:
"Template not saved: Template does not existItem has already been added. Key in dictionary: 'news' Key being added: 'news'. Check log for details."
Since the website is there, I believe the template does exist. But I cannot find it in /site/wwwroot/Masterpages. What can I do?
The message says something about 'news'. Probably it is because I'm adding a link which contains string 'News' .
Can't edit & save templates.
Hello,
I am running a company website. I want to make a change on the homepage template but failed to save. I get the following error mesage every time I try to save:
"Template not saved: Template does not existItem has already been added. Key in dictionary: 'news' Key being added: 'news'. Check log for details."
Since the website is there, I believe the template does exist. But I cannot find it in /site/wwwroot/Masterpages. What can I do?
The message says something about 'news'. Probably it is because I'm adding a link which contains string 'News' .
If you know a workaround, please let me know!
Did you check the log (\App_Data\Logs)?
Hi, Moshe
I have following warning in the log but nothing else.
2014-08-23 04:03:17,604 [9] WARN Umbraco.Web.Mvc.RenderMvcController - [Thread 6] No physical template file was found for template Member
The template I'm trying to update is named "Homepage".
is working on a reply...