trying to preview content and am getting Cannot find ContentPlaceHolder 'ContentPlaceHolderDefault' in the master page '/masterpages/PrimacyMaster.master', verify content control's ContentPlaceHolderID attribute in the content page
it seems to be caused by using multiple domains?!!
if you look at the setup:
for pages under the NZ root node. the links are messed up when looking at the properties tab.. Also it is only for the NZ nodes that the preview is well and truly stuffed!
4.7 Preview Broken?!
Hi Guys,
trying to preview content and am getting Cannot find ContentPlaceHolder 'ContentPlaceHolderDefault' in the master page '/masterpages/PrimacyMaster.master', verify content control's ContentPlaceHolderID attribute in the content page
the top of my master page looks like so:
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<%@ Register Src="~/usercontrols/BrokerManagementUserControl.ascx" TagName="BrokerLoginPanel" TagPrefix="primacy" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
.. content goes here ..
</body>
</html>
</asp:Content>
so how it can not find my content place holder is most odd?!?!
has anyone had this issue before?
Thanks,
Tom
an update!
it seems to be caused by using multiple domains?!!
if you look at the setup:
for pages under the NZ root node. the links are messed up when looking at the properties tab.. Also it is only for the NZ nodes that the preview is well and truly stuffed!
Thanks,
Tom
is working on a reply...