I am having a problem with Umbraco v6.1.5 (Assembly version: 1.0.4993.19246)
I have a content tree like:-
Root -
- Mortgages (Doc Type A - Template A)
- Item 1 (Doc Type B - No Template)
- Item 2 (Doc Type B - No Template)
- Item 3 (Doc Type B - No Template)
- Savings (Doc Type A - Template B)
- Item 1 (Doc Type B - No Template)
- Item 2 (Doc Type B - No Template)
- Item 3 (Doc Type B - No Template)
- Item 4 (Doc Type B - No Template)
- Item 5 (Doc Type B - No Template)
Every time that I change something in Item 1, 2 or 3 it loses the template given me an error:- "No template exists to render the document at url '/mortgages.aspx'." and also get "No template exists to render the document at url '/savings.aspx'."
If I publish the entire site then I still get the same errors. The only way that I can get it to publish correctly is to publish "Mortgages" and "Savings" individually.
Also, I've noticed that if I make any change at all, to the template, document type, any user controls or my user controls, this has the same effect.
Hi. i have the same problem on umbraco 4.11.10. Exception is it only happens on my "Homepage" node. When i save and publsh this page i get the No template exists to render the document at url...
I have to save and publish again to get the template back.
I have a SQL server 2005 database that i restored on a SQL server 2008.
Hope this helps a little bit in finding an answer.
6.1.5 losing templates!
Hi,
I am having a problem with Umbraco v6.1.5 (Assembly version: 1.0.4993.19246)
I have a content tree like:-
Root -
- Mortgages (Doc Type A - Template A)
- Item 1 (Doc Type B - No Template)
- Item 2 (Doc Type B - No Template)
- Item 3 (Doc Type B - No Template)
- Savings (Doc Type A - Template B)
- Item 1 (Doc Type B - No Template)
- Item 2 (Doc Type B - No Template)
- Item 3 (Doc Type B - No Template)
- Item 4 (Doc Type B - No Template)
- Item 5 (Doc Type B - No Template)
Every time that I change something in Item 1, 2 or 3 it loses the template given me an error:- "No template exists to render the document at url '/mortgages.aspx'." and also get "No template exists to render the document at url '/savings.aspx'."
If I publish the entire site then I still get the same errors. The only way that I can get it to publish correctly is to publish "Mortgages" and "Savings" individually.
Also, I've noticed that if I make any change at all, to the template, document type, any user controls or my user controls, this has the same effect.
Anyone got any clues?
Thnx
Mark
Hi Mark
What database are you using for the install?
/Jan
Hi. i have the same problem on umbraco 4.11.10.
Exception is it only happens on my "Homepage" node. When i save and publsh this page i get the No template exists to render the document at url...
I have to save and publish again to get the template back.
I have a SQL server 2005 database that i restored on a SQL server 2008.
Hope this helps a little bit in finding an answer.
Martijn
I'ts installed on SQL Server 2005.
It's really strange that if I publish any child then the parent page template just vanishes until I republish the parent!
Mark
Jan,
Do you have any clue as to what I can do to either debug or log so that I can find where the problem is occuring?
Mark
I've upgraded to 6.1.6 and it's still got a problem...
If I call the page direct from the node id it loads fine.. So:-
http://mymachine/1234.aspx Works find
but..
http//mymachine/pagename.aspx gives the error until I republish. Then it's Ok until I update anything (content, user controls)
Mark
is working on a reply...