I tried to install 1.5 in a clean umbraco 4.8.0 today. But there seems to be a lot of bugs. Anyone have this too?
Some bugs I got: Frontpage:
NullReferenceException: Object reference not set to an instance of an object.] nForum.BusinessLogic.Data.ForumFactory.ReturnAllCategories(Boolean useNodeFactory) +143 nForum.usercontrols.nForum.ForumMainList.CreateMainForumList() +97
On login:
[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.Login.OnLoggedIn(Object sender, EventArgs e) +244
On create user:
[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
Not from me.. If I had time, I could fix the problems. But I downgraded from umbraco 4.8.0 to 4.7.2 becourse I had problems with other packages aswell.
Btw, I downloaded the source code for nforum and did some changes. So now I can have multi forums (for multi language sites) in the same content tree, and I integrated facebook login that works with umbraco/.net's membership. (Maybe I should create an other thread with this :P)
I got it to work... @Morten would you be interested in sending over your code for multilanguage forum? Oh and the facebook integration would be nice as well.
4.8.0
I tried to install 1.5 in a clean umbraco 4.8.0 today. But there seems to be a lot of bugs. Anyone have this too?
Some bugs I got:
Frontpage:
On login:
On create user:
Forgot to mention that, after install, it broke my ExamineSettings.config file. But it was a quick fix..
Can anyone please help what are the bug fixes in umbraco 4.8?
Any news with the bugs?
Not from me.. If I had time, I could fix the problems. But I downgraded from umbraco 4.8.0 to 4.7.2 becourse I had problems with other packages aswell.
Btw, I downloaded the source code for nforum and did some changes. So now I can have multi forums (for multi language sites) in the same content tree, and I integrated facebook login that works with umbraco/.net's membership. (Maybe I should create an other thread with this :P)
It would be nice to have the changes stand then if they worked in v4.8.1 then it would be extra nice.
Scott
The changes I did is only for 4.7 :) Maybe I could fix these problems at my next project.
If you don't mind you could send me the changes you've done and then I can debug my project and get back when working.
I'll try and download 4.8 in the next couple of days and install and see if I can find out what the problem is for 4.8
Version 1.6 now added which works on 4.8, you can download from main page
I got it to work... @Morten would you be interested in sending over your code for multilanguage forum? Oh and the facebook integration would be nice as well.
is working on a reply...