Greetings, I just took the plunge and upgraded a site from 5.6.3 to 6.2 - It took some time, but using the suggested upgrade path everything snapped into place without any error. Site is operational in general, but messaging and the social modules are not working.
In particular:
a) Send To Box in compose message is always empty and no user evers appear when it tries to search
b)Member Directory Module is unresponsive and always stuck on the "loading" graphic
c)When trying to access another user's profile I always get redirected to my own - but I suppose that's due to the issue in messaging itself.
The only error that appears in the event viewer is the following:
Message: 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 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 DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module)
which leads me to believe that the problem lies somehow with CoreMessaging