So far, I have not been able to find a solution (clean install is not an option) Can anyone advise? I have already tried to copy the responsible DLL's from the .zip installation file, however, this didn't work.
Ah yes, that was the problem :O Somehow the membership provider for members did update, but the one for users didn't :O It still pointed to 'umbraco.providers.UserMembershipProvider' instead of 'Umbraco.Web.Security.Providers.UsersMembershipProvider, Umbraco'
I'm doing an upgrade from v6.1.6 to v7.12.3 (current latest version) and the changes to membership provider wasn't mentioned in the documentation or have I missed out anything?
Based on your recommendation I've now updated the Membership provider. Do you think this is correct? Current site uses SqlServerMembershipProvider hence I've left defaultProvider as SqlServerMembershipProvider.
Although the error is gone but this has introduced different other issues with missing objects in Umbraco database.
Umbraco 7.3 - MembershipProvider issues
Hello guys and gals,
I have a problem upgrading an Umbraco 7.2.8 project to Umbraco 7.3.0
The upgrade itself went fine. however when I now try to run the project I get the following error:
It also produces the following stack trace:
So far, I have not been able to find a solution (clean install is not an option) Can anyone advise? I have already tried to copy the responsible DLL's from the .zip installation file, however, this didn't work.
What does your membership provider section in
web.config
look like?Ah yes, that was the problem :O Somehow the membership provider for members did update, but the one for users didn't :O It still pointed to 'umbraco.providers.UserMembershipProvider' instead of 'Umbraco.Web.Security.Providers.UsersMembershipProvider, Umbraco'
Hi Dave,
I'm having the exact same issues, could you please post the exact changes you made to the web.config?
Thanks in advance.
It should look like this, this is the default that Umbraco ships with:
Hij Sebastiaan,
Thanks for your quick reply, that did the trick!
Thanks Jan,
I really useful for me.
Thanks Tuan Nguyen.
Hi,
I'm doing an upgrade from v6.1.6 to v7.12.3 (current latest version) and the changes to membership provider wasn't mentioned in the documentation or have I missed out anything?
Based on your recommendation I've now updated the Membership provider. Do you think this is correct? Current site uses SqlServerMembershipProvider hence I've left defaultProvider as SqlServerMembershipProvider.
Although the error is gone but this has introduced different other issues with missing objects in Umbraco database.
Has anyone come across this issue?
Thanks,
Pramod
is working on a reply...