Copied to clipboard

Flag this post as spam?

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


  • Dan Sørensen 102 posts 327 karma points
    Jan 06, 2015 @ 09:38
    Dan Sørensen
    0

    How to stop umbraco from thinking it has to upgrade

    I updated my site to 7.2.1 the site worked just fine and then I found some minor macro problems I wanted to fix so I debugged my site but now It tries to show the /install/ directory like it try to upgrade but it have already done that ? so just getting The resource cannot be found error

    So is there a place to tell the umbraco to stop trying to upgrade.

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Jan 06, 2015 @ 10:50
    Jeavon Leopold
    0

    Hi Dan,

    Can you check the umbracoConfigurationStatus app setting in web.config and make sure it's set to 7.2.1?

    Jeavon

  • Dan Sørensen 102 posts 327 karma points
    Jan 06, 2015 @ 12:24
    Dan Sørensen
    0

    Hi Jeavon I have already done that and its says 7.2.1 so it should be okay.

    And thanks for the replay!

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Jan 06, 2015 @ 12:26
    Jeavon Leopold
    0

    Ok then, so then there is a mismatch with one of the Umbraco dll's.

    I would suggest you recopy over the bin folder from a v7.2.1 download and see it still loads up the install path.

  • Dan Sørensen 102 posts 327 karma points
    Jan 06, 2015 @ 14:27
    Dan Sørensen
    0

    I uploaded all the files from the bin folder it worked but when I debugged again it's back to the same problem ?

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Jan 06, 2015 @ 15:13
    Jeavon Leopold
    100

    Sounds like you might have assembly references in Visual Studio which are to an older version, when you debug the referenced assemblies are copied over to the bin folder?

  • Dan Sørensen 102 posts 327 karma points
    Jan 06, 2015 @ 15:35
    Dan Sørensen
    0

    I can see the last version i had in the reference, how do i update the reference ?

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Jan 06, 2015 @ 16:23
    Jeavon Leopold
    0

    Did you install via NuGet originally and then update manually?

  • Dan Sørensen 102 posts 327 karma points
    Jan 07, 2015 @ 09:36
    Dan Sørensen
    0

    Maybe i did that, it's over a year ago I first created this site so can't really remember and in the mean there have been a lot of differences website going around and some of them i made with NuGet and some i made manually, and I had a hard time updating the umbraco particularly on this site guess it was because this site was first made on 7.0.0 and this version had a lot of small bug, so I decided to try manually to see if it had any difference but actually after updating Im thinking the main difference was the version and not that I was doing it manually.

    I deleted the old reference and just added the new reference and pointed them to the umbraco files in the bin folder now it works thanks Jeavon !! :D

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Jan 07, 2015 @ 09:57
    Jeavon Leopold
    0

    That's great! Yeah if you install with NuGet you should always upgrade with NuGet also.

Please Sign in or register to post replies

Write your reply to:

Draft