Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dmitry 6 posts 96 karma points
    Jan 11, 2019 @ 13:34
    dmitry
    0

    nuget update umbraco 7.12.3 to 7.13.0 error

    enter image description here

    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...

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Jan 11, 2019 @ 14:08
    Nik
    0

    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

  • dmitry 6 posts 96 karma points
    Jan 11, 2019 @ 15:10
    dmitry
    0

    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 enter image description here

    then i press "Continue" and instal process started againenter image description here

    and after installing i get this page again enter image description here

    b) no logs

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Jan 11, 2019 @ 15:13
    Nik
    0

    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

  • dmitry 6 posts 96 karma points
    Jan 11, 2019 @ 15:23
    dmitry
    100

    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.

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Jan 11, 2019 @ 15:24
    Nik
    0

    That's great that you've got it resolved :-)

    Nik

Please Sign in or register to post replies

Write your reply to:

Draft