Copied to clipboard

Flag this post as spam?

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


  • Mikhail 12 posts 32 karma points
    Oct 22, 2013 @ 20:21
    Mikhail
    0

    Conflict with uCommentsy

    Umbraco: 6.1.2+

    uBlogsy: 3.0.1

    uCommentsy: 1.0.0.2

    I've installed clean Umbraco and then uBlogsy, published content - everything had worked fine, but after installing uCommentsy I can't create new post any more. Any suggestions?

     

    Server Error in '/' Application.

    Method not found: 'Umbraco.Core.Models.IContent uHelpsy.Helpers.IContentHelper.GetParentIContentByAlias(Umbraco.Core.Models.IContent, System.String, System.String)'.

    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.MissingMethodException: Method not found: 'Umbraco.Core.Models.IContent uHelpsy.Helpers.IContentHelper.GetParentIContentByAlias(Umbraco.Core.Models.IContent, System.String, System.String)'.

    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: 

    [MissingMethodException: Method not found: 'Umbraco.Core.Models.IContent uHelpsy.Helpers.IContentHelper.GetParentIContentByAlias(Umbraco.Core.Models.IContent, System.String, System.String)'.]
       uDateFoldersy.DateFolderService.GetCorrectParentForPost(IContent doc, DateTime date, String dayFolderAlias, String monthFolderAlias, String yearFolderAlias) in d:\_PROJECTS\Personal\uDateFoldersy\Source\uDateFoldersy.Web\DateFolderService.cs:430
       uDateFoldersy.DateFolderService.EnsureCorrectParentForPost(IContent doc, Boolean isCreatedEvent) in d:\_PROJECTS\Personal\uDateFoldersy\Source\uDateFoldersy.Web\DateFolderService.cs:189
       uDateFoldersy.UmbracoEvents.UmbracoNodeEventsForDateFolders.ContentService_Saved(IContentService sender, SaveEventArgs`1 e) in d:\_PROJECTS\Personal\uDateFoldersy\Source\uDateFoldersy.Web\UmbracoEvents\UmbracoNodeEventsForDateFolders.cs:166
       Umbraco.Core.Events.TypedEventHandler`2.Invoke(TSender sender, TEventArgs e) +0
       Umbraco.Core.Events.EventExtensions.RaiseEvent(TypedEventHandler`2 eventHandler, TArgs args, TSender sender) +16
       Umbraco.Core.Services.ContentService.Save(IContent content, Boolean changeState, Int32 userId, Boolean raiseEvents) +520
       Umbraco.Core.Services.ContentService.Save(IContent content, Int32 userId, Boolean raiseEvents) +17
       uLoremsy.Web.UmbracoEvents.uLoremsy.SetPreValues(IContentService contentService, IContent document, IEnumerable`1 propertiesXml) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:135
       uLoremsy.Web.UmbracoEvents.uLoremsy.ProcessTree(IContentService contentService, IContent document, XElement treeXml) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:94
       uLoremsy.Web.UmbracoEvents.uLoremsy.ContentService_Created(IContentService sender, NewEventArgs`1 e) in d:\_PROJECTS\Personal\uLoremsy\uLoremsy\Source\uLoremsy.Web\UmbracoEvents\uLoremsy.cs:50
       Umbraco.Core.Events.EventExtensions.RaiseEvent(TypedEventHandler`2 eventHandler, TArgs args, TSender sender) +16
       Umbraco.Core.Services.ContentService.CreateContent(String name, Int32 parentId, String contentTypeAlias, Int32 userId) +319
       umbraco.cms.businesslogic.web.Document.MakeNew(String Name, DocumentType dct, User u, Int32 ParentId) +127
       umbraco.contentTasks.Save() +116
       umbraco.presentation.create.dialogHandler_temp.Create(String NodeType, Int32 TypeId, Int32 NodeId, String Text) +370
       umbraco.cms.presentation.create.controls.content.doCreation() +160
       umbraco.cms.presentation.create.controls.content.sbmt_Click(Object sender, EventArgs e) +5
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9614758
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +103
       System.Web.UI.WebControls.Button.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) +35
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 23, 2013 @ 14:09
    Anthony Dang
    0

    It seems that you have old uHelpsy dll.

    Ensure that you're using the one in the ublogsy package zip 

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 23, 2013 @ 14:14
    Anthony Dang
    0

    I've just updated the ucommentsy package to be sure.

  • Mikhail 12 posts 32 karma points
    Oct 23, 2013 @ 14:42
    Mikhail
    0

    Is the latest uHelpsy already included into uBlogsy 3.0.1? Or must I install it from another source?

    P.S. uBlogsy was installed from Umbraco package repository.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 23, 2013 @ 15:13
    Anthony Dang
    0

    The latest is in ublogsy.

    The comments pacakge might have had the old one. But now (as of 1hr ago) both packages have the same version.

     

  • Mikhail 12 posts 32 karma points
    Oct 24, 2013 @ 22:42
    Mikhail
    0

    Thanks, now everything with creating of posts is ok, but there is no more form for comments in every post page:

    Also I still have a couple of strange bugs with Umbraco 6.1.1+ and the latest uBlogsy/uCommentsy. I'll write about it in the next posts.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 25, 2013 @ 11:32
    Anthony Dang
    0

    Ok it looks like the child action is not executing.

    Could you try to upgrade to umbraco 6.1.6?

     

  • Mikhail 12 posts 32 karma points
    Oct 25, 2013 @ 15:53
    Mikhail
    0

    The above screenshot is from Umbraco 6.1.6.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 25, 2013 @ 17:00
    Anthony Dang
    0

    There's a try-catch in /views/uBlogsyPost.cshtml

    it should look like this:

        @try{

            @Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage })

        }catch(Exception){}

     

    replace it with just

     @Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage })

     

    And see if there's a crash.

     

  • Mikhail 12 posts 32 karma points
    Oct 26, 2013 @ 20:19
    Mikhail
    0

    Crashed, result:

    Server Error in '/' Application.


    Sequence contains no elements

    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.InvalidOperationException: Sequence contains no elements

    Source Error: 

    Line 59:     
    Line 60:     @*render contact form - install uCommentsy, then uncomment this line**@
    Line 61: @Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage }) Line 62: }
    Line 63: 


    Source File: d:\Development\BinaryStudio\BinaryStudio New Site\Umbraco_6.1.6\Views\uBlogsyPost.cshtml    Line: 61 

    Stack Trace: 

    [InvalidOperationException: Sequence contains no elements]
       System.Linq.Enumerable.Single(IEnumerable`1 source) +315
       uCommentsy.BusinessLogic.DataService.GetConfigurationNode(IPublishedContent node) in d:\_PROJECTS\Personal\uCommentsy\Source\uCommentsy.BusinessLogic\DataService.cs:81
       uCommentsy.BusinessLogic.DataService.GetValueFromConfiguration(IPublishedContent node, String propertyAlias) in d:\_PROJECTS\Personal\uCommentsy\Source\uCommentsy.BusinessLogic\DataService.cs:56
       uCommentsy.Mvc.Parts.Controllers.Partials.Forms.uCommentsyContactFormSurfaceController.Index(IPublishedContent currentPage) in d:\_PROJECTS\Personal\uCommentsy\Source\uCommentsy.Mvc.Parts\Controllers\Partials\Forms\uCommentsyContactFormSurfaceController.cs:38
       lambda_method(Closure , ControllerBase , Object[] ) +144
       System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14
       System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +208
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
       System.Web.Mvc.<>c__DisplayClass13.<InvokeActionMethodWithFilters>b__10() +55
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +253
       System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +21
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +253
       System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +21
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +253
       System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +21
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +189
       System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +324
       System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__19() +23
       System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +19
       System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +10
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +57
       System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +47
       System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
       System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
       System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +47
       System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
       System.Web.Mvc.<>c__DisplayClassa.<EndProcessRequest>b__9() +22
       System.Web.Mvc.<>c__DisplayClass4.<Wrap>b__3() +10
       System.Web.Mvc.ServerExecuteHttpHandlerWrapper.Wrap(Func`1 func) +27
       System.Web.Mvc.ServerExecuteHttpHandlerWrapper.Wrap(Action action) +65
       System.Web.Mvc.ServerExecuteHttpHandlerAsyncWrapper.EndProcessRequest(IAsyncResult result) +71
       System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +1097
    
    [HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.]
       System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +3129903
       System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage) +76
       System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) +28
       System.Web.HttpServerUtilityWrapper.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) +19
       System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter) +477
       System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues) +83
       System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, Object routeValues) +45
       ASP.<>c__DisplayClass6.<Execute>b__4() in d:\Development\BinaryStudio\BinaryStudio New Site\Umbraco_6.1.6\Views\uBlogsyPost.cshtml:61
       System.Web.WebPages.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw) +278
       System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +10
       System.Web.WebPages.WebPageBase.Write(HelperResult result) +71
       ASP._Page_Views__uBlogsyBaseBlog_cshtml.<Execute>b__7() in d:\Development\BinaryStudio\BinaryStudio New Site\Umbraco_6.1.6\Views\_uBlogsyBaseBlog.cshtml:32
       System.Web.WebPages.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw) +278
       System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +10
       System.Web.WebPages.WebPageBase.Write(HelperResult result) +71
       ASP._Page_Views__uBlogsyBaseSite_cshtml.<Execute>b__0() in d:\Development\BinaryStudio\BinaryStudio New Site\Umbraco_6.1.6\Views\_uBlogsyBaseSite.cshtml:27
       System.Web.WebPages.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw) +278
       System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +10
       System.Web.WebPages.WebPageBase.Write(HelperResult result) +71
       ASP._Page_Views__uBlogsyBase_cshtml.Execute() in d:\Development\BinaryStudio\BinaryStudio New Site\Umbraco_6.1.6\Views\_uBlogsyBase.cshtml:9
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197
       System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +96
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +88
       System.Web.WebPages.<>c__DisplayClass7.<RenderPageCore>b__6(TextWriter writer) +233
       System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +10
       System.Web.WebPages.WebPageBase.Write(HelperResult result) +71
       System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +64
       System.Web.WebPages.WebPageBase.PopContext() +246
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +95
       System.Web.WebPages.<>c__DisplayClass7.<RenderPageCore>b__6(TextWriter writer) +233
       System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +10
       System.Web.WebPages.WebPageBase.Write(HelperResult result) +71
       System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +64
       System.Web.WebPages.WebPageBase.PopContext() +246
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +95
       System.Web.WebPages.<>c__DisplayClass7.<RenderPageCore>b__6(TextWriter writer) +233
       System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +10
       System.Web.WebPages.WebPageBase.Write(HelperResult result) +71
       System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +64
       System.Web.WebPages.WebPageBase.PopContext() +246
       System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +95
       System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +259
       System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +115
       StackExchange.Profiling.MVCHelpers.WrappedView.Render(ViewContext viewContext, TextWriter writer) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\MVCHelpers\WrappedView.cs:58
       System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +294
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13
       System.Web.Mvc.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17() +23
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +242
       System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +21
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +242
       System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +21
       System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +175
       System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +324
       System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__19() +23
       System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +19
       System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +10
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +57
       System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +47
       System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
       System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
       System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +47
       System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9688704
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 26, 2013 @ 21:08
    Anthony Dang
    0

    Ensure that the comment config node (the one with the email templates) is under the ublogsy node, and is published

     

  • Mikhail 12 posts 32 karma points
    Oct 27, 2013 @ 00:01
    Mikhail
    0

    The comment config node is under the uBlogsy node and is published:

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 27, 2013 @ 16:21
    Anthony Dang
    0

    It looks like your comment config node is under the sample root node, not the ublogsy landing node. 

     

  • Mikhail 12 posts 32 karma points
    Oct 27, 2013 @ 20:11
    Mikhail
    0

    thx, this was a problem. Now everything is ok.

  • Shuchita 41 posts 150 karma points
    Dec 06, 2013 @ 12:44
    Shuchita
    0

     

    Hello Anthony,

    I am also facing the same problem. My comment config node is under the uBlogsy node, and published as well. I removed the try-catch block and got this error:

    Value cannot be null.
    Parameter name: value

    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.ArgumentNullException: Value cannot be null.
    Parameter name: value

    Source Error: 

    Line 59:     
    Line 60:     @*render contact form - install uCommentsy, then uncomment this line**@
    Line 61: @Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage }) Line 62: }
  • Aamir Saeed 3 posts 23 karma points
    Dec 09, 2013 @ 16:20
    Aamir Saeed
    0

    Hello Shuchita,

    Did u find a solution to the above error. I am receiving the same error.

     

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Dec 16, 2013 @ 14:30
    Anthony Dang
    0

    What does your tree look like?

     

  • Shuchita 41 posts 150 karma points
    Dec 16, 2013 @ 17:57
    Shuchita
    0

    Hello Anthony,

    Thanks for your reply!

    Here is how my tree looks like:

    Can you please help me?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Dec 16, 2013 @ 18:12
    Anthony Dang
    0

    I assume the ucommentsy dlls and cshtml files are there?

     

  • Shuchita 41 posts 150 karma points
    Dec 16, 2013 @ 18:20
    Shuchita
    0

    Yes, all these are present in the site.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jan 02, 2014 @ 01:05
    Anthony Dang
    0

    Could it be that the recaptcha elements are not in the appsettings?

    This could occur if the install failed for some reason.

     

     

  • Greg D'Abate 10 posts 56 karma points
    Aug 20, 2014 @ 22:54
    Greg D'Abate
    0

    I am having the same issue and did have an interruption during the install due to the dashboard config.  Am an Umbraco (and developer) novice.  Can you give me further instruction on the recaptcha elements i.e. how to fix?

  • Greg D'Abate 10 posts 56 karma points
    Aug 21, 2014 @ 17:33
    Greg D'Abate
    0

    Thank you Ally Watson for the recaptcha info.  Unfortunately, still not getting the contact form so that users can add comments.  Here is the error:

    Could not load type 'Umbraco.Core.Models.IPublishedContentProperty' from assembly 'Umbraco.Core, Version=1.0.5242.22738, Culture=neutral, PublicKeyToken=null'.

    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.TypeLoadException: Could not load type 'Umbraco.Core.Models.IPublishedContentProperty' from assembly 'Umbraco.Core, Version=1.0.5242.22738, Culture=neutral, PublicKeyToken=null'.

    Source Error:

    Line 58:     @*render contact form - install uCommentsy, then uncomment this line*@
    Line 59:    
    Line 60: @Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage }) Line 61:   
    Line 62: }


    Source File: c:\Development\Projects\Acmeware-Dev\Views\uBlogsyPost.cshtml    Line: 60

    Stack Trace:

    [TypeLoadException: Could not load type 'Umbraco.Core.Models.IPublishedContentProperty' from assembly 'Umbraco.Core, Version=1.0.5242.22738, Culture=neutral, PublicKeyToken=null'.]
       uCommentsy.Mvc.Parts.Controllers.Partials.Forms.uCommentsyContactFormSurfaceController.Index(IPublishedContent currentPage) in d:\_PROJECTS\Personal\uCommentsy\Source\uCommentsy.Mvc.Parts\Controllers\Partials\Forms\uCommentsyContactFormSurfaceController.cs:58
       lambda_method(Closure , ControllerBase , Object[] ) +114
    

     

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 04, 2014 @ 10:47
    Anthony Dang
    0

    Hi

    Which version of Umbraco, uBlogsy, and uCommentsy?

  • Greg D'Abate 10 posts 56 karma points
    Sep 04, 2014 @ 15:07
    Greg D'Abate
    0

    Umbraco 7.1.2

    uBlogsy 4.1

    uCommentsy 1.0.2 with updates from bitbucket

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 05, 2014 @ 15:16
    Anthony Dang
    0

    Ah

    uCommentsy doesnt work for Umbraco 7. I have not ported that code over yet.

    If possible, I would suggest using Disqus or something similar.

  • Greg D'Abate 10 posts 56 karma points
    Sep 05, 2014 @ 18:07
    Greg D'Abate
    0

    Thank you for the response.  Will look into other options.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 08, 2014 @ 12:09
    Anthony Dang
    0

    I had a look at porting uCommentsy yesterday, using the new member api and cleaning up the code (it's really old code!) .

    I got quite a bit through it when I realised that perhaps people don't care if it uses the member section.

    The only reason I created members to begin with was because I had a comment filter which was "show posts by this commenter". That required a unique url/name which I assigned in a member. 

    I realised yesterday that I don't have to do this in the member. I can just add it to the comment container meta data string. I can then query using lucene.

    Any thoughts?

     

     

  • Greg D'Abate 10 posts 56 karma points
    Sep 08, 2014 @ 15:47
    Greg D'Abate
    0

    I don't think it needs to use the member section.  In fact, I am not sure that the ability to filter by commenter is even a necessity.  The important filters would be author, category/tag, and date.  Using generic search function would allow for greater flexibility and could include the commenter.

Please Sign in or register to post replies

Write your reply to:

Draft