Everything seems great except when I try to click on a category to create a new topic. When I do this, I get a 404 error. Here's the link. Any help would be so appreciated. Thank you!
Actually ignore me, the Urlrewriting isn't for topics or categorys. Getting mixed up with projects. Those are just normal Umbraco nodes, so if they are published in the admin (I'd go in and manually check) then its an Umbraco issue and not an nforum issue I'm afraid.
I'm still in the same predicament. Pretty much every other click I do gives a 404. I published the nodes and even reinstalled the 1.5 version for the forum. I am on Umbraco version 4.7.0.
Any thoughts?
Another weird thing if you go to this link is that there's test category, which seemed to automatically install, and I don't see where it is in the Content area to delete it. It's not there.
I also get the following error when I register and it's not adding the member.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
nForum.BusinessLogic.Models.Forum.MapForumNodeToModel(INode forumRoot) +317
nForum.BusinessLogic.Helpers.MainForumSettings() +166
nForum.usercontrols.nForum.membership.Register.BtnSubmitClick(Object sender, EventArgs e) +19
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3690
404 Error when clicking on Topic
I have installed 1.5 on Umbraco 4.7
Everything seems great except when I try to click on a category to create a new topic. When I do this, I get a 404 error. Here's the link. Any help would be so appreciated. Thank you!
http://autotechi.com.ourdevsite.com/forum.aspx
Make sure the UrilRewriting.config has the correct entries on for the forum.
Thanks for the quick reply. I'm not sure what is supposed to go there, didn't see anything in this forum or in documentation. I saw this one post:
http://our.umbraco.org/projects/website-utilities/nforum/general/24064-Create-Topic-and-Post-not-working but that one seems to be talking about the web.config and you responded in there that it wasn't necessary.
Any further help would be great!
Actually ignore me, the Urlrewriting isn't for topics or categorys. Getting mixed up with projects. Those are just normal Umbraco nodes, so if they are published in the admin (I'd go in and manually check) then its an Umbraco issue and not an nforum issue I'm afraid.
Thanks again. As a user in the forum, I can't create the topic (aka node) because it shows not found.
I can create a topic in the Umbraco admin, and that file does show as published, but if I click that link, it is a 404 as well.
You can actually try it out if you'd like on your own at the link I provided above.
Any ideas?
Hi Lee,
I'm still in the same predicament. Pretty much every other click I do gives a 404. I published the nodes and even reinstalled the 1.5 version for the forum. I am on Umbraco version 4.7.0.
Any thoughts?
Another weird thing if you go to this link is that there's test category, which seemed to automatically install, and I don't see where it is in the Content area to delete it. It's not there.
I also get the following error when I register and it's not adding the member.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
is working on a reply...