I created a document type and a template. When I do not associate the template with a master page, I can create a page a based on template and everyhing works fine.
When I change the template to use a master page, I recieve a page not found error message.
Could you provide us a bit more information about what version of Umbraco you're seeing this on?
How do you change the template? What does your template structure look like? Could you perhaps post some screendumps showing your template structure and code?
Jan, thank you for your response response. I have not coded anything into the template. I contains the default markup, but I have included it for your review.
Have you published the site after changing the template? And where have you changed the template? Have you switched it on the content node in the content section or have you assigned the master template to the document type in the settings section?
Page Not Found
I created a document type and a template. When I do not associate the template with a master page, I can create a page a based on template and everyhing works fine.
When I change the template to use a master page, I recieve a page not found error message.
Hi Reggie
Could you provide us a bit more information about what version of Umbraco you're seeing this on?
How do you change the template? What does your template structure look like? Could you perhaps post some screendumps showing your template structure and code?
Looking forward to hearing from you.
/Jan
Jan, thank you for your response response. I have not coded anything into the template. I contains the default markup, but I have included it for your review.
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
</asp:Content>
Hi Reggie
Have you published the site after changing the template? And where have you changed the template? Have you switched it on the content node in the content section or have you assigned the master template to the document type in the settings section?
/Jan
is working on a reply...