Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
[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
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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
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
is working on a reply...