Closed jonat123 closed 3 years ago
Thanks for reporting, sounds like you need to change the browser/OS to danish. Works fine on English
I fixed the duplicate end tag here: https://github.com/umbraco/Umbraco-CMS/commit/743f4a6610b4d2984fa2055641f81da3956a6e3b
Change the file in your nuget cache: The file is located here: %userfolder%.nuget\packages\umbraco.cms.staticassets\9.0.0-beta001\content\umbraco\config\lang\da.xml
Then clean your solution and build again, then the new file from the cache should appear in your project
A brief description of the issue goes here. Installing the Umbraco 9 beta fails in the installation wizard due to a duplicate tag in the da.xml file
Umbraco version
I am seeing this issue on the Umbraco version: Umbraco 9 Beta
Reproduction
If you're filing a bug, please describe how to reproduce it. Include as much relevant information as possible, such as:
Bug summary
When trying to install the Umbraco 9 beta by following this guide:
And this:
After setting up the DB in the Umbraco Installation and finishing the installation the installation fails with the following error:
The 'language' start tag on line 2 position 2 does not match the end tag of 'area'. Line 1899, position 5.
Specifics
From what I can gather the issue is with the da.xml file in the language folder, on line 1899 there are two closing tags for Area:
Which is causing the installation to fail.
removing the duplicate tag in the XML file and trying to run the project again, makes the tag come back again which causes the installation to fail over again
In the log there is a more detailed error message as well:
Steps to reproduce
try and install the beta using the following guide: https://our.umbraco.com/documentation/UmbracoNetCoreUpdates#steps-to-install-the-umbraco-dotnet-new-template
follow the Umbraco installation wizard
finish the installation after setting up the database
Expected result
Expected the installation to finish and get into the Umbraco backoffice
Actual result
Installation fails with the following error: