Copied to clipboard

Flag this post as spam?

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


  • Pete 213 posts 285 karma points
    Sep 28, 2012 @ 14:00
    Pete
    0

    Set forum root in 1.5?

    How do you set the root in 1.5? I notice there's no setting for it in the forum settings section - but the instruction video shows there is.

    My structure is:

    Home

    -- Simple Website

    --- Page 1
    --- Page 2

    -- Forum

    I'm getting a

    Object reference not set to an instance of an object error

    [NullReferenceException: Object reference not set to an instance of an object.]
       nForum.BusinessLogic.Models.NodeMapper.MapForumCategory(INode nodetomap) +137
       nForum.usercontrols.nForum.ForumListPostsInTopic.GetTopicPosts() +174
       nForum.usercontrols.nForum.ForumListPostsInTopic.Page_Load(Object sender, EventArgs e) +52
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +91
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
    When you click on a topic title I get the above error. This was from fresh install.

     

  • Pete 213 posts 285 karma points
    Sep 28, 2012 @ 14:09
    Pete
    1

    Found the source of this bug and some others that was giving object reference not set.

    When the forum installs it duplicates the lines in the examine indexer and examine search 3 times, so just remove the duplicates and it works!

    Hope this helps someone with the same issues.

    http://www.blogfodder.co.uk/2012/1/12/nforum-v15-released

    Pete

  • Pete 213 posts 285 karma points
    Sep 28, 2012 @ 18:06
    Pete
    0

    Ok, it was going well then all of sudden it's broke again for no apparent reason.

    Now a created category and it's related posts seem to be stored as /categoryname/...

    Instead of /forum/categoryname/...


    As if it's lost the forum root setting, where is this stored?

    Thanks

    Pete

Please Sign in or register to post replies

Write your reply to:

Draft