Upgrade from 6.2.0 to 6.2.1 ( Does not update the version to 6.2.1)
Ok so I'm able to install everything without any issue. But when I check the umbraco version in the backoffice it's still marked as 6.2.0 when it should be 6.2.1.
I've later tried to install again, and during the first step of the install I see:
"Welcome to the umbraco upgrade wizard. This will make sure that you upgrade safely from your old version to Umbraco version 6.2.0"
It should be 6.2.1... I'm pretty certain I'm using the correct zip ( UmbracoCms.6.2.1.zip ) And also my current version is 6.2.0...
i'm using umbracoConfigurationStatus set as "", but even if I change this value, it doesn't fix it either
<add key="umbracoConfigurationStatus" value=""/>
Changing clientDependency to a bigger number ( newer version) doesn't help either
I think this could perhaps be related to permissions not being setup properly. Is it possible for you to give full access to the everyone role to see if that works? (Should of course be removed again).
Upgrade from 6.2.0 to 6.2.1 ( Does not update the version to 6.2.1)
Ok so I'm able to install everything without any issue. But when I check the umbraco version in the backoffice it's still marked as 6.2.0 when it should be 6.2.1.
I've later tried to install again, and during the first step of the install I see:
"Welcome to the umbraco upgrade wizard. This will make sure that you upgrade safely from your old version to Umbraco version 6.2.0"
It should be 6.2.1... I'm pretty certain I'm using the correct zip ( UmbracoCms.6.2.1.zip ) And also my current version is 6.2.0...
i'm using umbracoConfigurationStatus set as "", but even if I change this value, it doesn't fix it either
<add key="umbracoConfigurationStatus" value=""/>
Changing clientDependency to a bigger number ( newer version) doesn't help either
<clientDependency version="3"
What could this be?
Thanks!
Hi cmm
Are you still struggling with this issue?
I think this could perhaps be related to permissions not being setup properly. Is it possible for you to give full access to the everyone role to see if that works? (Should of course be removed again).
/Jan
hey Jan it's fixed. Thanks.
I was upgrading, running the website in visual studio. I then try upgraded in IIS and it worked.
cheers
is working on a reply...