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