Copied to clipboard

Flag this post as spam?

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


  • ianhoughton 281 posts 605 karma points c-trib
    Jul 13, 2011 @ 16:53
    ianhoughton
    0

    YSOD when publishing Post in Blog 4 Umbraco

    1) When creating a new blog post in Blog 4 Umbraco on an Umbraco 4.7.1 site, it gets created outside the folder structure and not inside the date folders. It does not get given a Document Link or URL.

    2) When you publish the post, I get the following error:

    Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published!
    Parameter name: nodeId

    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.ArgumentException: Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published!
    Parameter name: nodeId

    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: 
    [ArgumentException: Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published!
    Parameter name: nodeId]
       umbraco.library.niceUrlJuno(Int32 nodeId, Int32 startNodeDepth, String currentDomain) +916
       umbraco.library.NiceUrlFetch(Int32 nodeID, Int32 startNodeDepth) +123
       umbraco.library.niceUrlDo(Int32 nodeID, Int32 startNodeDepth) +110
       Umlaut.Umb.Blog.EventHandlers.Autoping.Document_AfterPublish(Document sender, PublishEventArgs e) +259
       umbraco.cms.businesslogic.web.Document.FireAfterPublish(PublishEventArgs e) +27
       umbraco.cms.businesslogic.web.Document.PublishWithResult(User u) +1519
       umbraco.cms.presentation.editContent.Publish(Object sender, EventArgs e) +236
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       umbraco.controls.ContentControl.savePublish(Object Sender, ImageClickEventArgs e) +46
       System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +115
       System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +120
       System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563

     

    3) When republishing the entire website, the post gets its document link and gets moved into the folder.

  • Eran Meir 401 posts 543 karma points
    Jul 13, 2011 @ 21:05
  • ianhoughton 281 posts 605 karma points c-trib
    Jul 13, 2011 @ 22:23
    ianhoughton
    0

    Thanks Eran, followed that post, modified and compiled version 51174 of the Blog 4 source code which fixed the issue.

Please Sign in or register to post replies

Write your reply to:

Draft