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.
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.
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
Any idea what could be the reason?
I have checked permissions and database connection. Both are fine.
Thanks, Tom
Hi Tom
It means that upgrade wasn't full, did you change config?
What if you remove the version from config file?
Alex
Thanks Alex for your message.
I tried removing the value from
There was no change in the result. It's giving me the same error in log.
Remove the value and run the upgrade again, can you do that?
Yes Alex, i did that. The only resulting result is that the test in the log changed to:
The upgrade still getting stuck at 90% and never gets through
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.is working on a reply...