Trouble moving to other environment after upgrade to 7.5.4
Hi,
We have a project running in our test-environment. We upgraded it from 7.5.3 to 7.5.4. If we move the data to our staging-environment, we get some errors in the backend like:
Exception
System.Exception: A user with the login 'xxxnamexxx' already exists
at umbraco.BusinessLogic.User.setLoginName(String value)
at umbraco.cms.presentation.user.EditUser.SaveUserClick(Object sender, EventArgs e)
when trying to save changes to a user.
Also the initial user created when installing umbraco, is missing from the backend.
All this worked before upgrading. What could we be doing wrong?
I made a new database transfer, from scratch. But we are still missing the admin account in backend. I'm able to login with it, but its not listed in the user section.
Trouble moving to other environment after upgrade to 7.5.4
Hi,
We have a project running in our test-environment. We upgraded it from 7.5.3 to 7.5.4. If we move the data to our staging-environment, we get some errors in the backend like:
Exception System.Exception: A user with the login 'xxxnamexxx' already exists at umbraco.BusinessLogic.User.setLoginName(String value) at umbraco.cms.presentation.user.EditUser.SaveUserClick(Object sender, EventArgs e)
when trying to save changes to a user.
Also the initial user created when installing umbraco, is missing from the backend.
All this worked before upgrading. What could we be doing wrong?
Ok, got most of it working - only problem now is that i can't see the admin-account in the backend. Any ideas?
What did you change? we got the same error at this moment.
I made a new database transfer, from scratch. But we are still missing the admin account in backend. I'm able to login with it, but its not listed in the user section.
I think it is default, with a new installation of 7.4 there is also no admin account.
Guess its not a problem then :)
is working on a reply...