create new user
Hi,
After upgrading to 4.1 i get the following error (see attached image and the following error) when i try to create a new user.
this is a major issue. none of my permissions that i had in place work anymore.
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
[NullReferenceException: Object reference not set to an instance of an object.] Telerik.Sitefinity.Data.Metadata.MetadataManager.GetMetaTypeDescription(Type dynamicType) +24 Telerik.Sitefinity.Fluent.DynamicData.DynamicTypeDescriptionFacade.LoadDynamicTypeDescription(Type dynamicType) +28 Telerik.Sitefinity.Modules.UserProfiles.Web.UI.UserProfilesControl.InitializeControls(GenericContainer dialogContainer) +520 Telerik.Sitefinity.Web.UI.SimpleView.CreateChildControls() +58 System.Web.UI.Control.EnsureChildControls() +122 System.Web.UI.Control.PreRenderRecursiveInternal() +49 System.Web.UI.Control.PreRenderRecursiveInternal() +204 System.Web.UI.Control.PreRenderRecursiveInternal() +204 System.Web.UI.Control.PreRenderRecursiveInternal() +204 System.Web.UI.Control.PreRenderRecursiveInternal() +204 System.Web.UI.Control.PreRenderRecursiveInternal() +204 System.Web.UI.Control.PreRenderRecursiveInternal() +204 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6880 |
further to the above,
when trying to view the profile of a user, i get:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
|
I'm getting the same exception.
[NullReferenceException: Object reference not set to an instance of an object.]
Telerik.Sitefinity.Data.Metadata.MetadataManager.GetMetaTypeDescription(Type dynamicType) +24
Telerik.Sitefinity.Fluent.DynamicData.DynamicTypeDescriptionFacade.LoadDynamicTypeDescription(Type dynamicType) +28
Telerik.Sitefinity.Modules.UserProfiles.Web.UI.UserProfilesControl.InitializeControls(GenericContainer dialogContainer) +521
Telerik.Sitefinity.Web.UI.SimpleView.CreateChildControls() +58
System.Web.UI.Control.EnsureChildControls() +102
System.Web.UI.Control.PreRenderRecursiveInternal() +42
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496
@Andrei and @Stephen,
See the response from Telerik in a similar thread I started here.
Bottom-line, however, is that they are "working on it". It appears the upgrade didn't make the neccessary db changes for this to work corrrectly. I'm trying to avoid having to "redo" my site with a clean installation, and hoping they can provide an upgrade that will fix the upgrade!
Greg
Hello Greg Figueroa,
We have logged this issue in our bug tracking system and hopefully this issue will be fixed for the upcoming SP release.
Greetings,Same error after 4.1 SP2 upgrade.
Hello Jason,
Could you try to manually create the missing SitefinityProfile and UserProfile types by executing the attached .aspx file.
Greetings,That fixed it. Thanks Lubomir!