I should note that the module shows up on the page when it is set to "no filter" but when the filter is set to "user" it disappears which apparently has something to do with the admin role I believe which doesn't make sense but I can't get mine to show up for anybody who is logged in or not.
WHen it is set to "no filter" it still doesn't work and throws that exception error but does not record any errors in the Event Viewer. But when I set the filter to "user" it won't even appear on the page and does throw an exception error in the Event Viewer as follows:
AssemblyVersion: 6.2.2
PortalID: 0
PortalName: UltraFit Systems
UserID: 1
UserName: host
ActiveTabID: 43
ActiveTabName: User Profile
RawURL: /UserProfile.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
http://ultrafitsystems.com/UserProfil...UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: aec0a05d-a306-4cd7-9fa5-2e298cc39e03
InnerException: Unhandled Error Adding Module to ContentPane
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Threading.Thread.AbortInternal
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at DotNetNuke.Modules.CoreMessaging.View.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Modules.ModuleHost.LoadAjaxPanel() at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Modules.ModuleHost.get_ModuleControl() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) --- End of inner exception stack trace --- at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module)