I've installed Umbraco v5.0.1000.42 and am having a play around with it. I'm working completely locally.
I installed the "Book Club" example application.
When I created a new book, it displays correctly listed on the "Books" page. However when trying to view the individual book, I got the following errror:
Oops, template not found
This is the default Umbraco view that is displayed when
it couldn't find the template for your content, but don't panic, here's
what to do:
What can you do?
Make sure your document type ('Book Page') has one or more template assigned to it.
Make sure your content has a template selected in the template dropdown, and then publish the page.
Now, when I examined the Book Page Document type, I looked on the Composition tab and saw that there were no Allowed Templates checked.
I ticked "Book Page". The Default Template then also changed to Book Page. Then I saved the Document type.
I had to then edit my new Book object to have the Book Page selected templete. Then, my page showed correctly.
So, I've solved my problem. However, I have some nagging doubts:
Why did the association between the Book Page template and document type go missing? (I did not check on installation).
Why did the existing books display correctly, despite the document type not having any templates and (when I observed) the book object itself not having a Selected Template?
"Book Page" document type loses its template.
I've installed Umbraco v5.0.1000.42 and am having a play around with it. I'm working completely locally.
I installed the "Book Club" example application.
When I created a new book, it displays correctly listed on the "Books" page. However when trying to view the individual book, I got the following errror:
Now, when I examined the Book Page Document type, I looked on the Composition tab and saw that there were no Allowed Templates checked.
I ticked "Book Page". The Default Template then also changed to Book Page. Then I saved the Document type.
I had to then edit my new Book object to have the Book Page selected templete. Then, my page showed correctly.
So, I've solved my problem. However, I have some nagging doubts:
is working on a reply...