Today I tried to update my website from Umbraco version 7.6.1 to 7.7.0. As soon as the update finished I tried to log in on the umbraco but I get some kind of error, you can see a picture with the error below. What is weird is that the front end part works fine.
I am manually upgrading from a zip file package.
Can you please help me solve this problem? Thank you in advance.
Check your browser console, browser network tab and Umbraco log file to see if you can find more specific detail on the cause of the problem.
Did you have any custom sections in your site before the upgrade?
Edit: Also don't change your clientDependency version to 1, change it to something higher than it was or you will end up with old versions of scripts/css potentially!
OK, I have just recently done 2 upgrades from < 7.7. to 7.7+ and hit issues in both relating to the changes in the Users section. Can you try changing your Umbraco version in the web.config back to 7.6.1 again and let it think it is upgrading and see if it helps? If not then my suggested upgrade path might be as follows:
7.6.1 > 7.6.13 > 7.7.11
What version of Umbraco did the site start out on when it first came into existence?
Another thing to check that I have run into is to make sure the installer did not create the tables with another schema rather than dbo as that can cause issues as well.
E.g. make sure your table is [dbo].[umbracoUser2app] and not [myuser].[umbracoUser2app]
I don't remember the version of the Umbraco when the site was started out. The database looks fine, I will try to do as you said, i will update to 7.6.13 first and after this to 7.7.11.
ERROR when updating from Umbraco 7.6.1 to 7.7.0
Hi Umbraco
Today I tried to update my website from Umbraco version 7.6.1 to 7.7.0. As soon as the update finished I tried to log in on the umbraco but I get some kind of error, you can see a picture with the error below. What is weird is that the front end part works fine.
I am manually upgrading from a zip file package.
Can you please help me solve this problem? Thank you in advance.
Hi Valentin
Did you reset ClientDependency version? /Config/ClientDependency.config - change version
/Alex
Yes Alex, I tried, but I still have the same problem.
I changed
to :
Check your browser console, browser network tab and Umbraco log file to see if you can find more specific detail on the cause of the problem.
Did you have any custom sections in your site before the upgrade?
Edit: Also don't change your clientDependency version to 1, change it to something higher than it was or you will end up with old versions of scripts/css potentially!
This is what I got from the last Log file inside the App_Data\Logs folder. Simon, I haven't had any custom sections.
OK, I have just recently done 2 upgrades from < 7.7. to 7.7+ and hit issues in both relating to the changes in the Users section. Can you try changing your Umbraco version in the web.config back to 7.6.1 again and let it think it is upgrading and see if it helps? If not then my suggested upgrade path might be as follows:
7.6.1 > 7.6.13 > 7.7.11
What version of Umbraco did the site start out on when it first came into existence?
Another thing to check that I have run into is to make sure the installer did not create the tables with another schema rather than dbo as that can cause issues as well.
E.g. make sure your table is
[dbo].[umbracoUser2app]
and not[myuser].[umbracoUser2app]
Simon
I don't remember the version of the Umbraco when the site was started out. The database looks fine, I will try to do as you said, i will update to 7.6.13 first and after this to 7.7.11.
Thank you Simon
Update/Check your "Trees.config"
The format changed in 7.7
That will fix everything up for you :-)
I can update to 7.6.13 but as soon as I try to update to 7.7.11 it crashes.
I tried to change the Trees.config file but i still get the same error. This is how it looks now.
You are missing entries for the Users Section
For 7.7 it should be
I changed the Trees.config and now it works. I forgot to clear the cash after I uploaded the new file.
Thank you a lot Paul.
is working on a reply...