Closed sleepstorm closed 8 months ago
@sleepstorm thanks for your issue. I will check and fix asap. In the meanwhile try to replace fetchColumn with fetchOne, see also https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-96287-DoctrineDBALv3.html
fixed with 2498a4db3ced800822452f135a570f15ef31a7c7
Hi @Pat, I tested your fix yesterday and it worked, so I am very happy. Thanks a lot!
Hi Pat,
I had another multi-site multi-language TYPO3 instance where I did the switch to tt_news v12.x-dev during an upgrade to TYPO3 12 when I got an error that blocks the upgrade steps. The error looks like this:
It had a list of TYPO3 12 compatible extensions besides rupertgermann/tt_news:v12.x-dev:
In an attempt to get the upgrade done, I one by one composer removed all these extensions, but the error did not disappear. I even removed typo3/cms-webhooks and typo3/cms-workspaces.
So I'm stuck with this one for now.