Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumEdit Forum issue after upgrade from 3.20.09 to 4.4.3Edit Forum issue after upgrade from 3.20.09 to 4.4.3
Previous
 
Next
New Post
3/31/2008 11:09 PM
 

Any luck with reproducing this Matthias? Let me know if there is any info I can provide to help.  

Matthias Schlomann wrote

Thanks Antony,

I will try to reproduce and then add it as a bug to the gemini.

 

 
New Post
4/2/2008 10:19 AM
 

I am a lot bussy at the moment with other works on project.  So I can not do this quickly. 

 
New Post
4/3/2008 6:42 AM
 

I am trying to decide whether to stick with the core module (which I think is great except for this issue) or to go third party.  I know many people have said this same thing but what are we supposed to do when there is a major bug like this and the remediation times are indefinate?  Should I wait a week, a month?  Will that even be enough time?  Let me know how long I should wait for a working forum module and I will decide if that is too long or I can wait.  More than a couple weeks is too long and I will need to go third party.  If that is the answer I would like to know now rather than waiting 2 weeks to find out... keep in mind that this is not only my issue but others have reported as well. 

Thanks for all your hard work.

 
New Post
4/9/2008 9:27 PM
 

I think i figured out the bug.  I uninstalled the forum, reinstalled it and everything worked.  I added forums one at a time and each time checked the edit property with no issues.  I created a new forum and checked off the "allow polls" and then that forum editing broke with the error I described previously. Anything with polls enabled breaks.

I changed all records back to zero with sql studio using

Update

Forum_Forums

set

AllowPolls = 0

This did not reverse the issue though.  The other difference I saw in there between the forums that didnt work vs the ones that do is the ForumType was set to 3 on the broken forums, the good ones were zero. I set them to zero and still get exceptions.  I will post the exceptions below.

Thanks

 
New Post
4/9/2008 9:44 PM
 

Module exception

    4/9/2008 9:36:59 PM   Module Load Exception   Justin     ModuleId: 504; ModuleDefId: 145; FriendlyName ...
ModuleId: 504
ModuleDefId: 145
FriendlyName: Edit Forum
ModuleControlSource: DesktopModules/Forum/Forum_ForumEdit.ascx
AssemblyVersion: 04.08.02
PortalID: 0
PortalName: Ravens Crest East at Princeton Meadows
UserID: 3
UserName: Justin
ActiveTabID: 54
ActiveTabName: Forums
RawURL: /cms/Forums/tabid/54/ctl/ForumEdit/mid/504/forumid/3/Default.aspx
AbsoluteURL: /cms/Default.aspx
AbsoluteURLReferrer: http://ravenscresteast.easycgi.com/cms/Forums/tabid/54/ctl/ForumManage/mid/504/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.21022)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 1b9cc5bb-1a63-4e6c-888c-78a53a888165
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Forum.ForumEdit.PopulateForum
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Forum.ForumEdit.PopulateForum() at DotNetNuke.Modules.Forum.ForumEdit.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: WEB83

 

Page exception

4/9/2008 9:36:59 PM   Page Load Exception   Justin     AssemblyVersion: 04.08.02; PortalID: 0; PortalNa ...
AssemblyVersion: 04.08.02
PortalID: 0
PortalName: Ravens Crest East at Princeton Meadows
UserID: 3
UserName: Justin
ActiveTabID: 54
ActiveTabName: Forums
RawURL: /cms/Forums/tabid/54/ctl/ForumEdit/mid/504/forumid/3/Default.aspx
AbsoluteURL: /cms/Default.aspx
AbsoluteURLReferrer: http://ravenscresteast.easycgi.com/cms/Forums/tabid/54/ctl/ForumManage/mid/504/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.21022)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 27d783ae-550d-4133-9760-114cbec48bcc
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Forum.Controls.ForumPermissionsGrid.SaveViewState
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Forum.Controls.ForumPermissionsGrid.SaveViewState() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: WEB83

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumEdit Forum issue after upgrade from 3.20.09 to 4.4.3Edit Forum issue after upgrade from 3.20.09 to 4.4.3


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out