Project

General

Profile

Bug #96382

Updated by Oliver Hader over 2 years ago

When renaming a file in TYPO3 10.4.22, a exception is being displayed in the backend. 

 <pre> 
 Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchFirstColumn() 
 | Error thrown in file /www/htdocs/w01067c5/typo3_src-10.4.22/typo3/sysext/core/Classes/Resource/MetaDataEventListener.php in line 50. 
 Requested URL: https://www.{tld}.net/typo3/index.php?route=%%2Ffile%%2Fcommit&token=--AnonymizedToken--  
 </pre> 

 However, the renaming is successful.

Back