I tried all of the steps and neither did work. So i begun look in the chrome dev tools and saw that I was getting some errors.
404 on : /umbraco_client/Application/Extensions.js?cdv32414538
This was not in my upgraded version so I got it the file from a new installation of 7.1 and just copied it in the application folder. It seems to work.
Glad you got it solved - Yeah I guess it should but I'm not using nuget that often so have no experience in doing it that way myself. But I've seen a few issues about it. Don't know if some of them perhaps have been solved, among other things, with the release of 7.1.1
Please remember to mark this issue as solved btw :)
I had the same issue with an upgraded environment (6.1.6 to 7.4.3).
I fixed it by updating my UI.xml at /umbraco/config/create/ui.xml (also cleared out the usual caches, such as browser and a few folders in App_Data/TEMP).
Required a bit of manual merging, as Contour added some entries.
Error creating user in backoffice after update from 7.0.1 - 7.1
The upgrading procedure where:
Everything works except I'm no longer able to create Users in backoffice.
Hi Frederik and welcome to our :)
Did you try to clear your cache after the upgrade? There is some heavy caching going on, which sometimes lead to some weird issues.
You could try and set debug="true" in the web.config and see if that fixes it.
Or you could try and go to the /app_data/temp/ folder and delete files from the folder below it. Don't delete any folders, just files.
Then go to the /config/clientdependency.config file and increment the version number. Make sure to recycle the app pool afterwards.
Does any of the above things help?
If not I think you should file a bug report referencing this post so the guys know the steps on how to reproduce.
Hope this helps.
/Jan
Hi and thanks.
I tried all of the steps and neither did work. So i begun look in the chrome dev tools and saw that I was getting some errors.
This was not in my upgraded version so I got it the file from a new installation of 7.1 and just copied it in the application folder. It seems to work.
The other errors I'm getting is :
These generates after I have pressed Create and entered a valid name.
Maybe I need to update some more JS files but I can't find out wich ones.
Hi Frederik
Ok - Make sure you follow the upgrade instructions and make sure you read the specific upgrade instructions from the download page as well.
Hope this helps.
/Jan
It worked when i copied the files as instructed in "Copying files" in upgrade instructions in general
I thought when upgrading from Nuget that Nuget would resolve that step for me. Guess i was wrong ;)
Thank you for you help
/Fredrik
Hi Frederik
Glad you got it solved - Yeah I guess it should but I'm not using nuget that often so have no experience in doing it that way myself. But I've seen a few issues about it. Don't know if some of them perhaps have been solved, among other things, with the release of 7.1.1
Please remember to mark this issue as solved btw :)
/Jan
I had the same issue with an upgraded environment (6.1.6 to 7.4.3).
I fixed it by updating my UI.xml at
/umbraco/config/create/ui.xml
(also cleared out the usual caches, such as browser and a few folders inApp_Data/TEMP
).Required a bit of manual merging, as Contour added some entries.
is working on a reply...