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 ...Profile Update ErrorProfile Update Error
Previous
 
Next
New Post
3/13/2007 12:23 PM
 

Hi,

I am getting an error everytime a user updates their profile (see below).

Can anyone tell me the cause or the solutions at all?  It looks like one of those generic errors, but isnt happening anywhere else...

 AssemblyVersion: 04.03.05
PortalID: 31
PortalName: BowShot
UserID: 14909
UserName: anna.tarrant
ActiveTabID: 922
ActiveTabName: My Profile
RawURL: /bowshot/MyProfile/MyProfile/tabid/922/UserID/14909/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.insidethetent.com/bowshot/MyProfile/MyProfile/tabid/922/UserID/14909/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f4fa2765-798d-48dc-a77b-282504bd3ae4
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Admin.Users.ManageUsers.ProfileUpdateCompleted
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.Admin.Users.ManageUsers.ProfileUpdateCompleted(Object sender, EventArgs e) at DotNetNuke.Modules.Admin.Users.Profile.OnProfileUpdateCompleted(EventArgs e) at DotNetNuke.Modules.Admin.Users.Profile.cmdUpdate_Click(Object sender, EventArgs e) at DotNetNuke.UI.WebControls.CommandButton.RaiseClick(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: GENERIC02

Thanks,

Anna

 
New Post
3/23/2007 7:00 AM
 
Hi,

I'm having the same problems,
but after a few times, it works,
this makes it even harder to find.
Sometimes is works, sometimes it doesn't.
First I thought it has something to do with adding languages to the DNN site?
Do you have more then 1 languahe installed?
When I use English, the defualt I don't get the error.
 
New Post
3/27/2007 5:32 AM
 

Hi,

Yes I do, I have US and UK English.  I've tried removing them and changing them, but I still get the error.

I wondered if it had anything to do with changing the core profile properties - it seemed likely because it looks like a post back error.  However, all the core profile properties are in tact!

Would an upgrade fix this kind of problem? Anyone know?

If anyone has any other suggestions they would be appreciated. 

Anna

 
New Post
4/12/2007 3:22 AM
 

Hi,

I got the same error. I found it out after upgrading to 4.5, but it may have been there in 4.4.1 too.

Errors:

1. Changing the custom profile properties returns an error (see errorlog below). The values get stored in DB and the confirm email is dispatched, but it return an error. Also, after saving you get redirected to previous page (the page before you entered your profile).

2. I can not change the core profile properties. I.e. when trying to change the firstname or lastname, the fields stay empty both in form and DB.

 

AssemblyVersion: 04.05.00
PortalID: 0
PortalName: Sitenan
UserID: 3
UserName: steinar
ActiveTabID: 48
ActiveTabName: Log Server
RawURL: /Admin/LogViewer/tabid/48/ctl/Profile/UserID/3/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.bonavox.com/Admin/LogViewer/tabid/48/ctl/Profile/UserID/3/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: de178a54-6a81-44af-8449-19521e3423b4
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Admin.Users.ManageUsers.ProfileUpdateCompleted
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.Admin.Users.ManageUsers.ProfileUpdateCompleted(Object sender, EventArgs e) at DotNetNuke.Entities.Modules.ProfileUserControlBase.OnProfileUpdateCompleted(EventArgs e) at DotNetNuke.Modules.Admin.Users.Profile.cmdUpdate_Click(Object sender, EventArgs e) at DotNetNuke.UI.WebControls.CommandButton.RaiseClick(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Servernavn: WIN05

There is an issue in Gemini on this error, but the errorlog is different:
http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=5238

- None of my custom properties is required or invisible (all are visible).
- I change the Firstname and Lastname values in DB, but the values do not get displayed in the form.

Is there a way to reset the profile properties? I suspect this is an error that is inherited from a previous DNN version.

With kind regards,
Steinar Svendsen

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Profile Update ErrorProfile Update Error


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