Copied to clipboard

Flag this post as spam?

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


  • Daniel Howell 21 posts 42 karma points
    Sep 15, 2011 @ 04:35
    Daniel Howell
    0

    2.0 Beta Source Code - Comments Bug

    Hi Anthony, could you please upload the source code for ublogsy 2.0 beta?

    I am encountering a bug with Comments:

    - When I tried to create comments on the original test posts that you created, it shows "An error occured while submiting your comment. Please try again later." but the comment still saves to umbraco.

    - When I deleted all the test posts, and added my own, the comments don't work anymore.

    I really need to get this fixed asap - so if you could upload the source (including the .Business, .Common and .Web projects) that would be awesome.

    If you know what is causing my issue as well, let me know,

    Cheers,

    Daniel

  • Trevor Loader 199 posts 256 karma points
    Sep 15, 2011 @ 07:12
    Trevor Loader
    0

    I'm seeing the same issue.  The comment submission fails but the comment node in Umbraco is created but not published.  If I hit publish in Umbraco the comment is published OK.

    Here is the error I'm seeing in the log...

    Object reference not set to an instance of an object.     
    at umbraco.cms.businesslogic.Content.CreateContent(ContentType ct)    
    at umbraco.cms.businesslogic.member.Member.MakeNew(String Name, String LoginName, String Email, MemberType mbt, User u)    
    at umbraco.cms.businesslogic.member.Member.MakeNew(String Name, String Email, MemberType mbt, User u)    
    at uBlogsy.BusinessLogic.SubscriptionService.SubscribeToPost(Int32 pageId, CommentInfo commentInfo, Boolean subscribe) in
                  D:\_PROJECTS\uBlogsy - Blog\Branches\2.0_comment_subscription\uBlogsy\uBlogsy.BusinessLogic\SubscriptionService.cs:line 71    
    at uBlogsy.BusinessLogic.CommentService.SubmitComment(HttpRequest request, Int32 pageId, CommentInfo commentInfo, Boolean subscribe) in
                  D:\_PROJECTS\uBlogsy - Blog\Branches\2.0_comment_subscription\uBlogsy\uBlogsy.BusinessLogic\CommentService.cs:line 115

    Hope that helps find the issue.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 17, 2011 @ 00:26
    Anthony Dang
    0

    Daniel, check your smtp settings. An email is sent to subscribers of a post when a comment is sent.

    Trevor, can you verify that the ublogys member type was created by the installation?

     

  • Trevor Loader 199 posts 256 karma points
    Sep 20, 2011 @ 11:32
    Trevor Loader
    0

    Hi Anthony, looks like it's a failed installation as there are no ublogsy member types. 

    Thanks for the heads up...will install fresh and see if that works.

Please Sign in or register to post replies

Write your reply to:

Draft