Skip to content

Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchAssociative()

I have installed latest release of this extension[i.e. "8.1.0"]. My PHP version is 7.4 and Typo3 version is 10.4.28. I got this error "Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchAssociative()". Error thrown in file typo3conf/ext/df_tabs/Classes/DataProvider/AbstractDataBaseDataProvider.php in line 65.

When I changed the line 65 to this: ")->execute()->fetchAll();" , it solved the error. I changed the method name from "fetchAssociative()" to "fetchAll()".

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information