I've been tasked to do an update of a slightly older website in order to use Grid Layouts. Its current version is 7.1.8 so I thought that I could just update to the latest version while I was at it.
Doing so causes an error when I try to access the site after updating the package though nuget.
This error is displayed when it tries to access the Instal view (http://sylvsmidja.kyberutv.no/install/?redir=true&url=http%3a%2f%2fsylvsmidja.kyberutv.no%2f)
I Don't really know what to make of this, but I have tried rebuilding, deleting cookies and cache, as well as deleting the bin folder and building from scratch, but the same happens. I might be worth mentioning that the site contains uCommerce 6.7.
I read through it, and this isn't the first time I've done such an update, but was the first time I have seen this error.
I tried a different approach and updated to 7.2 as a first step. Now everything seemed to work until I got to the db install procedure, where I get stuck in an infinite login loop. No error messages, but the log gives me this line:
2016-02-01 10:14:37,970 [7] INFO Umbraco.Core.ApplicationContext - [Thread 1] CurrentVersion different from configStatus: '7.2.0','7.1.8'
Upgrade from 7.1.8 to 7.3.5
Hi all!
I've been tasked to do an update of a slightly older website in order to use Grid Layouts. Its current version is 7.1.8 so I thought that I could just update to the latest version while I was at it. Doing so causes an error when I try to access the site after updating the package though nuget.
This error is displayed when it tries to access the Instal view (http://sylvsmidja.kyberutv.no/install/?redir=true&url=http%3a%2f%2fsylvsmidja.kyberutv.no%2f)
I Don't really know what to make of this, but I have tried rebuilding, deleting cookies and cache, as well as deleting the bin folder and building from scratch, but the same happens. I might be worth mentioning that the site contains uCommerce 6.7.
I'm grateful for any help or insight.
Cheers, Håvard
Hi Håvard
Did you read through this before doing the upgrade? https://our.umbraco.org/documentation/Getting-Started/Setup/Upgrading/version-specific - Seems that there are some steps to be aware of but I don't know if some or all of it happens automagically when upgrading using nuget though...
But perhaps there are some steps in that guide you need to do manually afterwards.
Hope this helps a bit.
/Jan
Hi Jan
I read through it, and this isn't the first time I've done such an update, but was the first time I have seen this error.
I tried a different approach and updated to 7.2 as a first step. Now everything seemed to work until I got to the db install procedure, where I get stuck in an infinite login loop. No error messages, but the log gives me this line:
2016-02-01 10:14:37,970 [7] INFO Umbraco.Core.ApplicationContext - [Thread 1] CurrentVersion different from configStatus: '7.2.0','7.1.8'
The target url seems a bit wierd as well:
/umbraco/AuthorizeUpgrade?redir=%2finstall%2f%3fredir%3dtrue%26url%3dhttp%253a%252f%252fsylvsmidja.kyberutv.no%252f#/AuthorizeUpgrade?redir=%2Finstall%2F%3Fredir%3Dtrue%26url%3Dhttp%253a%252f%252fsylvsmidja.kyberutv.no%252f
is working on a reply...