Patta / tt_news

Fork of tt_news for the unofficial support of TYPO3 v12
0 stars 0 forks source link

Error in Upgrade Wizard after upgrade to TYPO3 12 #5

Closed sleepstorm closed 8 months ago

sleepstorm commented 9 months ago

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:

image

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.

Patta commented 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

Patta commented 8 months ago

fixed with 2498a4db3ced800822452f135a570f15ef31a7c7

sleepstorm commented 8 months ago

Hi @Pat, I tested your fix yesterday and it worked, so I am very happy. Thanks a lot!