Copied to clipboard

Flag this post as spam?

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


  • Jackson Sunuwar 4 posts 34 karma points
    Jan 10, 2013 @ 17:51
    Jackson Sunuwar
    0

    Publish Error on 4.11.0

    It seems there are a lot of people with this problem but with no solution or response for this issue... It only publishes when I log out and log back in. But every time I publish a page I get this error. Is there a solution for this error.
    [
    NotImplementedException: It was broken anyway...]
       umbraco
    .library.NiceUrlFullPath(Int32 nodeID) +60
       
    Umlaut.Umb.Blog.EventHandlers.Autoping.Document_AfterPublish(Document sender, PublishEventArgs e) +565
       umbraco
    .cms.businesslogic.web.PublishEventHandler.Invoke(Document sender, PublishEventArgs e) +0
       umbraco
    .cms.businesslogic.web.Document.PublishWithResult(User u) +1678
       umbraco
    .cms.presentation.editContent.Publish(Object sender, EventArgs e) +410
       
    System.EventHandler.Invoke(Object sender, EventArgs e) +0
       
    System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +187
       
    System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +165
       
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +37
  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 10, 2013 @ 17:54
    Tim Geyssens
    0

    Needs an update to remove the after publish event handler since it's using some code that now trowns an NotImplementedException

    http://blog4umbraco.codeplex.com/

  • Paul Fowles 75 posts 184 karma points
    Oct 29, 2013 @ 14:35
    Paul Fowles
    0

    Was this to do with the NiceUrlFullPath don't you just change that to library.NiceUrl() ? 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies