I am trying to update umbraco via nuget from version 7.12.3 to 7.13.0 . After updating the package nuget, I launch the project in VS and get install error (picture) .
I have already tried: rebuild solution, clear app_Data folder...
a) i enter page http://localhost/
then redirect to "Authorization page"
then redirect to /install/?redir=true&url=http%3a%2f%2flocalhost%3a53668%2f#?redir=true&url=http:%2F%2Flocalhost:53668%2F
then push to
then i press "Continue" and instal process started again
Okay, so looking at your screen shots it appears that it is trying to upgrade from Umbraco 7.13.0 to Umbraco 7.13.0.
Have you tried doing a "clean" on your solution before your build. Sometimes things don't get emptied properly in my experience when using Build or Rebuild options.
Also, check in your database in the UmbracoMigrations table to see if the migration for version 7.13.0 has executed.
If it hasn't, it might be worth changing the version number in your web config file back to the version you were before you upgraded and seeing if it allows the installer to correctly recognise the upgrade again.
Found solution.
appSettings section with umbracoConfigurationStatus is in a separate file and Umbraco couldn’t change it in it. I changed manually it and its worked. Thanks! problem solved.
nuget update umbraco 7.12.3 to 7.13.0 error
I am trying to update umbraco via nuget from version 7.12.3 to 7.13.0 . After updating the package nuget, I launch the project in VS and get install error (picture) .
I have already tried: rebuild solution, clear app_Data folder...
Hi dmitry,
First things I check when I get this error are:
a) are there any redirects happening?
b) are you getting any errors in the log file? /app_data/logs
Nik
a) i enter page http://localhost/ then redirect to "Authorization page" then redirect to /install/?redir=true&url=http%3a%2f%2flocalhost%3a53668%2f#?redir=true&url=http:%2F%2Flocalhost:53668%2F then push to
then i press "Continue" and instal process started again
and after installing i get this page again
b) no logs
Okay, so looking at your screen shots it appears that it is trying to upgrade from Umbraco 7.13.0 to Umbraco 7.13.0.
Have you tried doing a "clean" on your solution before your build. Sometimes things don't get emptied properly in my experience when using Build or Rebuild options.
Also, check in your database in the UmbracoMigrations table to see if the migration for version 7.13.0 has executed.
If it hasn't, it might be worth changing the version number in your web config file back to the version you were before you upgraded and seeing if it allows the installer to correctly recognise the upgrade again.
Nik
Found solution. appSettings section with umbracoConfigurationStatus is in a separate file and Umbraco couldn’t change it in it. I changed manually it and its worked. Thanks! problem solved.
That's great that you've got it resolved :-)
Nik
is working on a reply...