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 ForumsForumForumForum Settings - Module load exceptionForum Settings - Module load exception
Previous
 
Next
New Post
9/20/2006 9:52 AM
 

I have upgraded a site from 4.0.2 to 4.3.5.  The forum is running as far as the end users are concerned, however I am getting the following error when trying to go into the forum settings now.

ModuleId: 374
ModuleDefId: 123
FriendlyName: Forum Configuration
ModuleControlSource: DesktopModules/Forum/Forum_Settings.ascx
AssemblyVersion: 04.03.05
PortalID: 0
PortalName: Mat Hoffman - Official Website
UserID: 1
UserName: host
ActiveTabID: 53
ActiveTabName: Forum
RawURL: /Forum/tabid/53/ctl/configuration/mid/374/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://testsite.com/Forum/tabid/53/ctl/ForumAdministration/mid/374/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 622492e6-a0da-4a21-a7b4-937b39b93093
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Forum.Settings.BindEmailTemplate
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.Settings.BindEmailTemplate() --- End of inner exception stack trace ---
Source:

Any suggestions?

Thanks,
Chas

 
New Post
9/20/2006 2:53 PM
 

Seems to me you are missing a template file in Resources folder of module or you had a value selected before that no longer exists in that file.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
9/20/2006 2:56 PM
 
I got this error when upgrading one of my installations before.  It turned out all the fiiles were there but I was customizing some templates and in my module settings table it was set to a different name.

If you go into this table (if you can) and switch all your template properties to DNNSilver and it should fix it.  There are a few other threads on the forum with this same issue.
 
New Post
9/21/2006 11:30 AM
 

I got to looking around the site and I noticed that since the upgrade that I could not view the folders in 'file manager.'  I looked in the database and there was a '//' on the end of every line.  For example: if the 'folderpath' was 'images/sponsors/' originally, after the upgrade it was 'images/sponsors//'.

I replaced the '//' with '/' and now i can see the folders in the 'file manager.'  I am also getting a couple of different errors.
First I get a general exception:
AssemblyVersion: 04.03.05
PortalID: 0
PortalName: Official Website
UserID: 2
UserName: admin
ActiveTabID: 53
ActiveTabName: Forum
RawURL: /Forum/tabid/53/ctl/configuration/mid/374/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://site.com/Forum/tabid/53/ctl/ForumAdministration/mid/374/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 39743117-84bf-4144-a7bb-3f7631669f5e
InnerException: Conversion from string "9/20/2006 7:21:01 PM" to type 'Double' is not valid.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Microsoft.VisualBasic.CompilerServices.DoubleType.Parse
StackTrace:
Message: System.InvalidCastException: Conversion from string "9/20/2006 7:21:01 PM" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.DoubleType.FromString(String Value, NumberFormatInfo NumberFormat) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.DoubleType.FromString(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.DoubleType.FromObject(Object Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.DoubleType.FromObject(Object Value) at DotNetNuke.Modules.Forum.Settings.Page_Load(Object sender, EventArgs e)
Source:

Then I get a module execption:
ModuleId: 374
ModuleDefId: 123
FriendlyName: Forum Configuration
ModuleControlSource: DesktopModules/Forum/Forum_Settings.ascx
AssemblyVersion: 04.03.05
PortalID: 0
PortalName: Official Website
UserID: 2
UserName: admin
ActiveTabID: 53
ActiveTabName: Forum
RawURL: /Forum/tabid/53/ctl/configuration/mid/374/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://site.com/Forum/tabid/53/ctl/ForumAdministration/mid/374/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: d773d91e-1699-4b3a-b4cd-2ea9293bf089
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Forum.Settings.BindEmailTemplate
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.Settings.BindEmailTemplate() --- End of inner exception stack trace ---
Source:


Please help,

Chas

 
New Post
9/22/2006 12:35 AM
 
Chas, I am not sure how this happend but its almost like this is trying to bind a date value from one module setting to the drop down list. To explain better, When you are on the General Settings part it binds the available email templates to a drop down list. The current set value (which is saved as an Integer) is then selected when the page binds the current setup. For some reason, your modulesetting data has a date where it should have an integer. Did you manually change ANYTHING in the ModuleSettings table?

Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum Settings - Module load exceptionForum Settings - Module load exception


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