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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Some profiles are visible, some are not.  Event log errors.Some profiles are visible, some are not. Event log errors.
Previous
 
Next
New Post
10/11/2012 9:45 PM
 

Hi, This has been reported in other threads but there seems to be no resolution.

I upgraded to from DNN 6.1.2 to DNN 6.2.4 after prior failed upgrades (profile visibility issue).

The profiles are still not visible.. but only for certain users.  The users without visible profiles don't seem to share any common traits like a certain security role, photo/no photo, expired security role, etc. so I can't pinpoint a cause?  MOST user profiles actually do show up... but random ones do NOT.  I do have quite a few custom profile properties.  

Here are the errors. Any help before I revert to 6.1.2 AGAIN?

Thanks!

AssemblyVersion: 6.2.4

PortalID: 0

PortalName: My Portal

UserID: -1

UserName:

ActiveTabID: 61

ActiveTabName: User Profile

RawURL: /UserProfile.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://myportal.org/UserProfile/tabid/61/UserId/3/Default.aspx

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: aee6186a-161e-4ff6-a186-faf65370bd26

InnerException: Unhandled Error Adding Module to BannerPane

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: System.Threading.Thread.AbortInternal

StackTrace:

Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to BannerPane ---> 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.UI.Modules.ProfileModuleUserControlBase.OnInit(EventArgs e) at DotNetNuke.Modules.Admin.Users.ViewProfile.OnInit(EventArgs e) 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.InjectModuleContent(Control content) 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)

Source:

Server Name: GENERIC139


____________

AssemblyVersion: 6.2.4

PortalID: 0

PortalName: My Portal

UserID: -1

UserName:

ActiveTabID: 61

ActiveTabName: User Profile

RawURL: /UserProfile.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://myportal.org/UserProfile/tabid/61/UserId/3/Default.aspx

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: 0e99cd13-74ca-4801-9452-08172c9cc4e4

InnerException: Thread was being aborted.

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: System.Threading.Thread.AbortInternal

StackTrace:

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 System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at DotNetNuke.UI.Modules.ProfileModuleUserControlBase.OnInit(EventArgs e) at DotNetNuke.Modules.Admin.Users.ViewProfile.OnInit(EventArgs e) 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.InjectModuleContent(Control content) 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)

Source:

Server Name: GENERIC139



 
New Post
10/11/2012 9:56 PM
 

hmm, I moved my module to the content pane.  Still didn't fix it.

In Firebug, I have: 


<div id="dnn_ctr399_ViewProfile_profileOutput" style="display:none" data-bind="visible: Visible"><div id="UserProfile">...


If I take out style="display:none" then it shows the profile.  Not sure how some of these profiles are getting the style="display:none" 
attribute.

In firebug it seems to be inherited from

element.style {
display: none;
}

 
New Post
10/11/2012 10:13 PM
 



Adding this to the ViewProfile module HEAD in the advanced settings fixed it.  While not ideal.. at least all the profiles are visible now.

<style type="text/css">
#dnn_ctr399_ViewProfile_profileOutput {display:inline !important;}
</style>

 
New Post
10/1/2013 5:47 AM
 

i have the same problem in version  7.1.0.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Some profiles are visible, some are not.  Event log errors.Some profiles are visible, some are not. Event log errors.


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