4.9 - Installed ok but all published pages of the site redirect to the install page
I have just installed 4.9 and created a new homepage from the admin area.
However when I try and open the homepage it just redirects to the install page.
Is there is a configuration value that needs setting to indicate the site is installed? I don't want to use one of the starter kits recommended, I have installed the HTML5 Boiler Plate.
I think you need to check your web.config and see if the version number has been added in this line <add key="umbracoConfigurationStatus" value="4.9" /> - If it's empty manually enter 4.9 and see if that solves your issue. If it does remember to delete the /install folder afterwards :)
4.9 - Installed ok but all published pages of the site redirect to the install page
I have just installed 4.9 and created a new homepage from the admin area.
However when I try and open the homepage it just redirects to the install page.
Is there is a configuration value that needs setting to indicate the site is installed? I don't want to use one of the starter kits recommended, I have installed the HTML5 Boiler Plate.
Any help massively appreciated.
Thank you
Hi Andj
I think you need to check your web.config and see if the version number has been added in this line <add key="umbracoConfigurationStatus" value="4.9" /> - If it's empty manually enter 4.9 and see if that solves your issue. If it does remember to delete the /install folder afterwards :)
Hope this helps.
/Jan
is working on a reply...