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,
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
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
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...
Hope that helps find the issue.
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?
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.
is working on a reply...