Copied to clipboard

Flag this post as spam?

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


  • Sean 141 posts 179 karma points
    May 11, 2011 @ 05:03
    Sean
    0

    Object reference errors when publishing blog articles, and searching for members 4.6xx

     

    Hi There, I'm having some issues with some default functionality of the CMS. When I publish a blog article on it's own, I receive an error below. Similarly, inside the members section of the CMS, when I perform a members search, I also get the error.

    Can someone explain to me how to fix the issue please?

    Thanks in advance.

     

    Server Error in '/' Application.

    Object reference not set to an instance of an object.

    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.NullReferenceException: Object reference not set to an instance of an object.

    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:

    [NullReferenceException: Object reference not set to an instance of an object.]
    umbraco.library.niceUrlJuno(Int32 nodeId, Int32 startNodeDepth, String currentDomain) +73
    umbraco.library.NiceUrlFetch(Int32 nodeID, Int32 startNodeDepth) +123
    umbraco.library.niceUrlDo(Int32 nodeID, Int32 startNodeDepth) +98
    umbraco.library.NiceUrlFullPath(Int32 nodeID) +9
    Umlaut.Umb.Blog.EventHandlers.Autoping.Document_AfterPublish(Document sender, PublishEventArgs e) +412
    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

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    May 11, 2011 @ 17:47
    Tim
    0

    Are you using Blog4Umbraco? If so, the current version doesn't work with 4.6+ very well. There's a new version in the works that's compatible with newer versions of Umbraco, keep an eye on http://blog4umbraco.codeplex.com

     

  • Sean 141 posts 179 karma points
    May 12, 2011 @ 00:18
    Sean
    0

    Hi Tim , thank you for the reply. I will install the new version of the blog. How can I handle the members section, throwing a null reference exception when searching for members?

  • Sean 141 posts 179 karma points
    May 14, 2011 @ 02:20
    Sean
    0

    Hi Tim,

    I installed the latest version of the blog. I'm still getting the error and now I'm getting the following as well. Any ideas how I can fix these issues?

    • Pages

      Error parsing XSLT file: \xslt\Blogpages.xslt
    • Tags

      Error parsing XSLT file: \xslt\BlogCategories.xslt
    • Archives

    • Latest Comments

      Error parsing XSLT file: \xslt\BlogLatestComments.xslt
  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    May 14, 2011 @ 04:00
    Robert Foster
    0

    Hi Sean,

    The latest released version of blog4umbraco (2.0.26) won't work at all with 4.6 - there are also known issues as you described just now that are resolvable by googling them.

    However, if you want to try the very latest features, you could try downloading the latest source code and try building it yourself - the latest efforts are targeted at 4.5 and 4.7 so should work for the most part - no promises though...

    If you come across any issues, post them on the blog4umbraco codeplex issues area...

    Thanks,

    Rob.

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    May 14, 2011 @ 04:08
    Robert Foster
    0

    oh, with regard to the errors you are getting with Members, perhaps post the stack trace for that too...

Please Sign in or register to post replies

Write your reply to:

Draft