Today I upgraded my Umbraco installation from 8.6.2 to 8.9.
All is well but I found that my grid layout has been messed up by the update.
I tried reverting the installation to before the update and it really was caused by it.
What happens is that the
gets rendered in the page as text.
I tried installing a clean version of Umbraco 8.9 and there the error does not occur.
This happens around every new row I create and even on new Pages that i create.
Perhaps something is conflicting with some changes I made to the grid layout, but I don't remember changing anything besides the grid config file and some things that I added to the styles and settings of the grid.
I think this is a Umbraco bug, but perhaps someone could point me in the right direction of where this error could be produced.
Thanks for posting this. I ran into the same issue when upgrading from 8.6.4 to 8.16. I replaced the grid editor partial views and it solved the problem. The umbraco general upgrade guide doesn't actually note to do this. I think it should be something included in a version specific upgrade docs for v8.
Are you using Azure SQL or SQL Server or something else?
Are you using uSync?
Which model builder mode are you on?
We haven't deployed a v9 site to Azure yet (only v8), but we run all our Umbracos as load balanced Azure App Services (using SQL Server on an Azure VM on the same internal network) and don't have this problem.
Grid layout rendering wrong after update to 8.9
Hi everyone
Today I upgraded my Umbraco installation from 8.6.2 to 8.9.
All is well but I found that my grid layout has been messed up by the update. I tried reverting the installation to before the update and it really was caused by it.
What happens is that the
gets rendered in the page as text.I tried installing a clean version of Umbraco 8.9 and there the error does not occur.
This happens around every new row I create and even on new Pages that i create.
Perhaps something is conflicting with some changes I made to the grid layout, but I don't remember changing anything besides the grid config file and some things that I added to the styles and settings of the grid.
I think this is a Umbraco bug, but perhaps someone could point me in the right direction of where this error could be produced.
Kind Regards Edo
So I guess I'm the only one struggling with this.
If you're having the same problem however, I solved the issue like this:
I also got that problem today when upgrading from 8.6.1 to 8.11.1.
I solved it by replacing the file:
/Views/Partials/Grid/bootstrap3.cshtml
...with the file from the Umbraco 8.11.1 zip file.
Thanks for posting this. I ran into the same issue when upgrading from 8.6.4 to 8.16. I replaced the grid editor partial views and it solved the problem. The umbraco general upgrade guide doesn't actually note to do this. I think it should be something included in a version specific upgrade docs for v8.
Are you load balanced (i.e. multi-Umbraco-instance)? And even if not, have you configured the server role(s) correctly (single/publisher/subscriber)?
Are you multi-Azure-app-MyBalanceNow-instance?
Are you using Azure SQL or SQL Server or something else?
Are you using uSync?
Which model builder mode are you on?
We haven't deployed a v9 site to Azure yet (only v8), but we run all our Umbracos as load balanced Azure App Services (using SQL Server on an Azure VM on the same internal network) and don't have this problem.
is working on a reply...