Copied to clipboard

Flag this post as spam?

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


  • Dan Mothersole 22 posts 109 karma points
    Nov 22, 2013 @ 11:35
    Dan Mothersole
    2

    NForum and Umbraco 7

    Hi,

    I wanted to check if there are any plans to update nForum to work with the new Umbraco 7 release, I attemted this but when attempting to submit the registration form i get the following error.

     

    Method not found: 'Umbraco.Core.Models.IPublishedContentProperty Umbraco.Core.Models.IPublishedContent.GetProperty(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.IPublishedContentProperty Umbraco.Core.Models.IPublishedContent.GetProperty(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.IPublishedContentProperty Umbraco.Core.Models.IPublishedContent.GetProperty(System.String)'.]
       nForum.BusinessLogic.Models.Forum.MapForumNodeToModel(IPublishedContent forumRoot) +0
       nForum.BusinessLogic.Models.Forum..ctor(Nullable`1 overideNodeId) +113
       nForum.BusinessLogic.Helpers.MainForumSettings(Nullable`1 overideRoot) +141
       nForum.BusinessLogic.BaseForumUsercontrol.get_Settings() +77
       nForum.usercontrols.nForum.membership.Register.BtnSubmitClick(Object sender, EventArgs e) +76
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9750842
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +196
       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
  • JC 7 posts 59 karma points
    Nov 27, 2013 @ 21:37
    JC
    0

    Anyone know the fix for this? I'm having the same problem in another project. 

  • Dima Stefantsov 100 posts 225 karma points
    Jan 09, 2014 @ 22:47
    Dima Stefantsov
    0

    I have simply recompiled nForum.Businesslogic from sources with new reference dlls, and now it works further.

    But still have some issues I'm not sure if it's the way it should be, first time trying package. But it already looks uber powerful to me. I hope you update it soon for Umbraco 7.

  • Dima Stefantsov 100 posts 225 karma points
    Jan 09, 2014 @ 23:51
    Dima Stefantsov
    1

    Next big thing not working is http://issues.umbraco.org/issue/U4-4005 , currently everything's falling apart without properties being saved.

    Is there a better, modern way to save properties? member.SetProperty() tells me it's obsolete and that I should "Use the new Services APIs instead".

Please Sign in or register to post replies

Write your reply to:

Draft