All, I could use some help on an issue I've run across: on Umbraco 8.18.9 with SQL Server 2022, when going to the Rollback screen of any document I see the error Invalid column name 'Id'
It looks like this has been an issue on the forum a few times in the past, yet I haven't run across a solution, so I'm hoping someone has solved it since. A couple of the previous forum items are:
Hi Drew, I have the same exact issue. It is not related to your code, as have tried this with a clean Umbraco 8 (8.18.13 and 8.18.14) installations and it happens when trying to rollback content in the CMS when being connected to SQL Server 2022, but works fine on SQL Server 2019.
Have also tried the propsed fix for the JSON NuCache serializer described in here: https://github.com/umbraco/Umbraco-CMS/pull/14173
but this didn't help either.
Invalid column name 'Id'.
All, I could use some help on an issue I've run across: on Umbraco 8.18.9 with SQL Server 2022, when going to the Rollback screen of any document I see the error Invalid column name 'Id'
It looks like this has been an issue on the forum a few times in the past, yet I haven't run across a solution, so I'm hoping someone has solved it since. A couple of the previous forum items are:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/99590-invalid-column-name-id-invalid-column-name-id
and
https://our.umbraco.com/forum/using-umbraco-and-getting-started/111984-issue-with-rollback-on-umbraco-8-after-move-from-azure
Any and all help is greatly appreciated and let me know if I can provide more details,
Drew
Has anyone else seen anything similar? I could use all the help I can get
I thought I would try one more time. Has anyone seen anything similar? I appreciate all the help I can get
Hi Drew, I have the same exact issue. It is not related to your code, as have tried this with a clean Umbraco 8 (8.18.13 and 8.18.14) installations and it happens when trying to rollback content in the CMS when being connected to SQL Server 2022, but works fine on SQL Server 2019. Have also tried the propsed fix for the JSON NuCache serializer described in here: https://github.com/umbraco/Umbraco-CMS/pull/14173 but this didn't help either.
I have raised this on github: https://github.com/umbraco/Umbraco-CMS/issues/16543
is working on a reply...