I have an urgent issue that I hope someone could help with.
I upgraded from dnn 6.01 to 6.2.5. I was an Active Social user and had many group roles. After I upgraded, I deleted all of the AS Groups and Roles. I used the wizard to configure the new social groups in dnn 6.25. When I create a group now, the group is created fine but the notifications are throwing this error.
AssemblyVersion: 6.2.5
PortalID: 0
PortalName: Rheebo for local things that matter!
UserID:
UserName:
ActiveTabID:
ActiveTabName: Social Groups
RawURL: /Connect/SocialGroups/tabid/599/ctl/Create/mid/3024/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 080cfcd6-caa1-43dd-9b0e-d069b0065d56
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Groups.Components.Notifications.AddGroupNotification
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.Groups.Components.Notifications.AddGroupNotification(String notificationTypeName, Int32 tabId, Int32 moduleId, RoleInfo group, UserInfo initiatingUser, IList`1 moderators, UserInfo recipient) at DotNetNuke.Modules.Groups.Components.Notifications.AddGroupNotification(String notificationTypeName, Int32 tabId, Int32 moduleId, RoleInfo group, UserInfo initiatingUser, IList`1 moderators) at DotNetNuke.Modules.Groups.Create.Create_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---