When Managing Articles found under: Control Panel; Administration; System Tools; Manage/Create Articles or /controlpanel/tools/ManageArticles.aspx
The following error occurs when Aero 2007 is enabled as the default theme.
Cannot find ContentPlaceHolder 'bbcr' in the master page
'../Common/master.Master', verify content control's ContentPlaceHolderID
attribute in the content page.
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.Web.HttpException: Cannot find ContentPlaceHolder 'bbcr' in the
master page '../Common/master.Master', verify content control's
ContentPlaceHolderID attribute in the content page.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[HttpException (0x80004005): Cannot find ContentPlaceHolder 'bbcr' in the master page '../Common/master.Master', verify content control's ContentPlaceHolderID attribute in the content page.] System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +1190 System.Web.UI.Page.get_Master() +65 System.Web.UI.Page.ApplyMasterPage() +18 System.Web.UI.Page.PerformPreInit() +61 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1272
|
This is due to a missing entry located in "\Theme\Aero2007\Common\master.Master"
As a workaround I have added the following to the above mentioned file. Which as operated as a workaround until a complete fix is ready.
<!-- <div id="CommonNavigationShadow"><asp:ContentPlaceHolder runat="server" ID="bbcr" /></div></asp:ContentPlaceHolder> -->