Copied to clipboard

Flag this post as spam?

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


  • Tom 18 posts 89 karma points
    Mar 08, 2018 @ 23:51
    Tom
    0

    Getting "Umbraco is not configured" while upgrading to 6.2.6

    Getting "Umbraco is not configured" error repeatedly in UmbracoLog while upgrading to 6.2.6

    2018-03-09 10:47:45,983 [76] INFO  Umbraco.Core.ApplicationContext - [Thread 73] CurrentVersion different from configStatus: '6.2.6','6.1.6'
    2018-03-09 10:47:45,983 [76] WARN  Umbraco.Web.UmbracoModule - [Thread 73] Umbraco is not configured

    Any idea what could be the reason?

    I have checked permissions and database connection. Both are fine.

    Thanks, Tom

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Mar 09, 2018 @ 09:00
    Alex Skrypnyk
    0

    Hi Tom

    It means that upgrade wasn't full, did you change config?

    What if you remove the version from config file?

    Alex

  • Tom 18 posts 89 karma points
    Mar 12, 2018 @ 06:05
    Tom
    0

    Thanks Alex for your message.

    I tried removing the value from

    
    <add key="umbracoConfigurationStatus" value="6.1.6" />
    

    There was no change in the result. It's giving me the same error in log.

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Mar 12, 2018 @ 13:29
    Alex Skrypnyk
    0

    Remove the value and run the upgrade again, can you do that?

  • Tom 18 posts 89 karma points
    Mar 12, 2018 @ 22:32
    Tom
    0

    Yes Alex, i did that. The only resulting result is that the test in the log changed to:

    CurrentVersion different from configStatus: '6.2.6',''

    The upgrade still getting stuck at 90% and never gets through

  • Filipe Sousa 43 posts 205 karma points
    Mar 12, 2018 @ 13:11
    Filipe Sousa
    0

    This error is thrown whenever the Umbraco version in your umbraco.dll (inside the bin folder) is different from the version at umbracoConfigurationStatus setting in your web.config. Can you make sure they are the same?

    If not you should correct the version in umbracoConfigurationStatus with the one in umbraco.dll and/or revert your files to a point before you ran the upgrade.

Please Sign in or register to post replies

Write your reply to:

Draft