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 ForumsEventsEventsEvents module - PageLoadException on settings accessEvents module - PageLoadException on settings access
Previous
 
Next
New Post
9/27/2010 11:34 PM
 
Portal was deleted, then recreated under same name, but different main alias. Events module is latest version.
Adding Events module to page goes without problem, but when I try to access to settings I got Object reference not set to an instance of an object. error.
I deinstalled and installed module again, but error remains.
On other portals under same installation everything works fine.

Can anyone help me with this issue, please?

AssemblyVersion: 5.5.1
PortalID: xx
PortalName: xxx
UserID: xx
UserName: xxx
ActiveTabID: xxx
ActiveTabName: Najave
RawURL: /Najave/tabid/914/ctl/EventSettings/mid/2396/language/hr-HR/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.lipik.net/Najave/tabid/914/language/hr-HR/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 380bc3bf-a093-4e51-9e70-3fd3759d3f60
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Events.EventSettings.LoadNewEventEmailRoles
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.Events.EventSettings.LoadNewEventEmailRoles(Int32 RoleID)at DotNetNuke.Modules.Events.EventSettings.LoadSettings()at DotNetNuke.Modules.Events.EventSettings.Page_Load(Object sender, EventArgs e)at System.EventHandler.Invoke(Object sender, EventArgs e)at System.Web.UI.Control.OnLoad(EventArgs e)at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
 
New Post
9/28/2010 5:14 AM
 
Hi Mladen,

What version of the module are you using? I'm assuming 5.1.4 since you are on DNN 5.5.1?

Roger

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
9/28/2010 5:20 AM
 
I believe the bug will be fixed in version 5.1.5 - http://dnnevents.codeplex.com/workite....

Can you identify the module number for the module that is causing the problem? If so you can remove the problem by running the following query in Host/SQL

Delete from {databaseOwner}{objectQualifier}ModuleSettings where ModuleID = ###### and SettingName = 'neweventemailrole'

Replace ###### with your module ID.

Cheers
Roger

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
9/30/2010 11:19 AM
 
Sorry Roger, I forgot to check "E-mail me.." option and was bussy with some other issues. Because I hade to delete problematic portals I will try solution you suggested after rebuild them. Thanks for now!
 
New Post
11/15/2010 2:53 AM
 
Hi I have the same problem and tried to install 5.15RC2. It does not solve the problem I have also tried Roger's fix whitout any luck - so i hope the will be working version soon ;O) Kind regards Jimmi Aakjaer AssemblyVersion: 5.4.2 PortalID: 9 PortalName: Fredagsvagt.dk UserID: 1 UserName: ActiveTabID: 293 ActiveTabName: Home RawURL: /Default.aspx?tabid=293&ctl=EventSettings&mid=966 AbsoluteURL: /Default.aspx AbsoluteURLReferrer: http://www.fredagsvagt.dk/Default.aspx?tabid=293 UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 48203c1e-8037-4358-8c43-28c5b58772e8 InnerException: Object reference not set to an instance of an object. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: DotNetNuke.Modules.Events.EventSettings.LoadNewEventEmailRoles 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.Events.EventSettings.LoadNewEventEmailRoles(Int32 RoleID)at DotNetNuke.Modules.Events.EventSettings.LoadSettings()at DotNetNuke.Modules.Events.EventSettings.Page_Load(Object sender, EventArgs e)at System.EventHandler.Invoke(Object sender, EventArgs e)at System.Web.UI.Control.OnLoad(EventArgs e)at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace --- Source: Server Navn:
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEvents module - PageLoadException on settings accessEvents module - PageLoadException on settings access


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