Version Check Trys To Downgrade After Upgrade To 4.0.3
Hi,
After upgrading to 4.0.3 from 4.0.2.1 the system automatically showed the upgrade wizard and modified the web.config file to show the correct new version. After a reboot I accessed the site and it automatically shows the upgrade wizard again but this time it wants to change back to 4.0.2.1.
After multiple attempts it seems the system is not happy unless it says:
Version Check Trys To Downgrade After Upgrade To 4.0.3
Hi,
After upgrading to 4.0.3 from 4.0.2.1 the system automatically showed the upgrade wizard and modified the web.config file to show the correct new version. After a reboot I accessed the site and it automatically shows the upgrade wizard again but this time it wants to change back to 4.0.2.1.
After multiple attempts it seems the system is not happy unless it says:
<
add key="umbracoConfigurationStatus" value="4.0.2.1" />
although version 4.0.3 is definately installed.
Can somebody please help me identify what is causing this.
Thanks
hi i'm in the same situation with 4.0.4.2
IN the admin i'v clicked on the upgrade alert about 4.5.1.
after that the front-end site tell me that i need to upgrade to a newer version 4.0.3.
from web.config
<appSettings>
<add key="umbracoDbDSN" ...................... />
<add key="umbracoConfigurationStatus" value="4.0.4.2" />
<add key="umbracoReservedUrls" value="/config/splashes/booting.aspx,/install/default.aspx,/config/splashes/noNodes.aspx,/designit/newsletter/tracking/tracking.aspx,/designit/newsletter/ScheduledSend.aspx" />
<add key="umbracoReservedPaths" value="/umbraco,/install/" />
<add key="umbracoContentXML" value="/data/umbraco.config" />
<add key="umbracoStorageDirectory" value="/data" />
<add key="umbracoPath" value="/umbraco" />
<add key="umbracoEnableStat" value="false" />
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
<add key="umbracoEditXhtmlMode" value="true" />
<add key="umbracoUseDirectoryUrls" value="false" />
<add key="umbracoDebugMode" value="true" />
<add key="umbracoTimeOutInMinutes" value="20" />
<add key="umbracoVersionCheckPeriod" value="7" />
<add key="umbracoDisableXsltExtensions" value="true" />
<add key="umbracoDefaultUILanguage" value="en" />
<add key="umbracoProfileUrl" value="profiler" />
<add key="umbracoUseSSL" value="false" />
<add key="umbracoUseMediumTrust" value="false" />
</appSettings>
Could someone please tell me how tto solve this?
sorry my mystake
Fabio
im getting this issue trying to move from 4.0.3 to 4.0.4.2
after upgrading to 4.0.4.2, the next time i run the site the wizard wants to instal 4.0.3.
??
is working on a reply...