Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dave 48 posts 68 karma points
    Jul 21, 2011 @ 10:43
    Dave
    0

    XSLTSearch

    Hi Guys

    Fourth attempt at this one - hit publish, it says publishing, then just goes to the 'new topic' page (this one!).

    Just installed XSLTSearch on a 4.5.2 (.net 4, Vista, IIS6) site WITHOUT Runway and get the following error when running the search.aspx:

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Cannot find ContentPlaceHolder 'RunwayMasterContentPlaceHolder' in the master page '/umbraco/masterpages/default.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 'RunwayMasterContentPlaceHolder' in the master page '/umbraco/masterpages/default.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 'RunwayMasterContentPlaceHolder' in the master page '/umbraco/masterpages/default.master', verify content control's ContentPlaceHolderID attribute in the content page.]
       System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +8893760
       System.Web.UI.MasterPage.get_Master() +42
       System.Web.UI.MasterPage.ApplyMasterRecursive(MasterPage master, IList appliedMasterFilePaths) +18
       System.Web.UI.Page.ApplyMasterPage() +8937993
       System.Web.UI.Page.PerformPreInit() +45
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328

    I have since installed Runway but it has made no difference

    Can anyone help please

    Cheers

    Dave

  • Dave 48 posts 68 karma points
    Jul 21, 2011 @ 11:10
    Dave
    0

    Hi Guys (again!)

    Not a solution but an update to the 3 failures above.
    The first 3 had all the markup in from copy/paste from IE9.
    The fourth go had no markup as I had got frustrated keep retyping so had copied the post into Notepad++, so copying back for the fourth go was basic text!
    Dunno if that made a difference!

    Anyone point me at how to convert Umbraco 3 '<?UMBRACO_TEMPLATE_LOAD_CHILD/>' to Umbraco 4?
    I have just noticed this in the Master template I am using - could that be a pointer to my problem?

    Cheers

    Dave

  • Dave 48 posts 68 karma points
    Jul 21, 2011 @ 11:23
    Dave
    0

    Doh!!!!

    Just noticed that <?UMBRACO_TEMPLATE_LOAD_CHILD/> is commented out (wish the codemirror worked in IE9) so thats a red herring!

    Still got the same problem tho!

    Dave

  • Dave 48 posts 68 karma points
    Jul 21, 2011 @ 11:27
    Dave
    0

    Hi Guys

    Solved it!

    Replaced the <asp:ContentPlaceHolder ID="ContentPlaceHolderDefault" runat="server"></asp:ContentPlaceHolder>
    with <asp:ContentPlaceHolder ID="RunwayMasterContentPlaceHolder" runat="server"></asp:ContentPlaceHolder>
    in the master page '/umbraco/masterpages/default.master'!

    Should have read and understood the error message a bit more!

    Anyway - its solved

    Cheers

    Dave

  • Dave 48 posts 68 karma points
    Jul 21, 2011 @ 11:33
    Dave
    0

    Woops!

    Dont replace - add it underneath!

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft