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...Upgrading DNN P...Upgrading DNN P...View Profile not working after 6.2 upgradeView Profile not working after 6.2 upgrade
Previous
 
Next
New Post
6/5/2012 4:43 PM
 
you can check your web.config, search for objectQualifier - you will have (or not have) set it during install. As to you not returning any data - thats your problem i.e. the module thinks it's installed but it's not correctly installed as the module control is not defined. As to why it's not defined I'm unsure - would you be able to give me remote access (i.e. share your screen or else provide me with a host login ) for me to inspect the settings (you can email me at cathal(at)dnncorp(dot)com)

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
6/29/2012 9:59 AM
 
Hi, any progress on this issue? I responded to your email address with my info but never heard back.

Thanks.
 
New Post
6/29/2012 1:49 PM
 

I'm having the same problem as Shelly.

The original query you said to run didn't work for me either. However, the modified query, without the dnn_ object qualifier did run.

I ran this:
SELECT * FROM [dbo].[ModuleControls] where controlkey ='ViewProfile'

And got this:

ModuleControlID ModuleDefID ControlKey ControlTitle ControlSrc IconFile ControlType ViewOrder HelpUrl SupportsPartialRendering CreatedByUserID CreatedOnDate LastModifiedByUserID LastModifiedOnDate SupportsPopUps
155  NULL ViewProfile View Profile Admin/Users/ViewProfile.ascx ~/images/icon_users_32px.gif -1  NULL http://help.dotnetnuke.com/Default.aspx?tabid=332 0  NULL  NULL -1 4/4/2012 2:02:11 PM 1

So, you're saying that the module isn't installed correctly, if it's not using the dnn_ object qualifier?

 
New Post
6/29/2012 2:17 PM
 
So, I changed the objectqualifier in the web.config file to objectQualifier="dnn_", and it couldn't make a proper connection to the database after that. It started at the DNN installation screen.
 
New Post
6/29/2012 3:02 PM
 
Douglass Smith wrote:

Today I made the leap from 6.1.4 (which was a new install, not upgraded from prior version) to 6.2...everything seems to be in order except for a couple of things.

My User Profile page is no longer working.  If I add the viewprofile module to a new page , I get the same behavior, In the event log I got this:

AssemblyVersion: 6.2.0

PortalID: 0

PortalName: Words2Eat:Words Inspired by God

UserID: 1

UserName: host

ActiveTabID: 86

ActiveTabName: User Profile

RawURL: /User-Profile.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://words2eat.com/Site-Info/W2E-Ad...

UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: f7838191-1aed-43a5-9793-3886622ec77d

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.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: GENERIC138

 

 

When I try to access the exist user profile page I get this error in the event log:

AssemblyVersion: 6.2.0

PortalID: 0

PortalName: Words2Eat:Words Inspired by God

UserID: 1

UserName: host

ActiveTabID: 86

ActiveTabName: User Profile

RawURL: /User-Profile.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://words2eat.com/Admin/LogViewer/...

UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: f8ff2944-64b7-4912-a12c-2a6f76eeb52b

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.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:

 

 

This is a known issue that has already been logged:

DNN-20016

Also, if you hit this support.dotnetnuke.com URL you'll see we've run into this issue more than a few times:

http://support.dotnetnuke.com/project...

This is currently not assigned to be fixed in a specific release.

Log into support.dotnetnuke.com and vote up this issue !

 

 


Ken Grierson
DotNetNuke Corporation
Test Lead
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...View Profile not working after 6.2 upgradeView Profile not working after 6.2 upgrade


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