Actions
Bug #96382
closedError when renaming a file in TYPO3 10.4.22
Start date:
2021-12-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
When renaming a file in TYPO3 10.4.22, a exception is being displayed in the backend.
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--
However, the renaming is successful.
Updated by Oliver Hader almost 3 years ago
- Related to Bug #87162: Width and Height in translated meta data records not updated, when original file is replaced added
Updated by Oliver Hader almost 3 years ago
This seems to be related to https://review.typo3.org/c/Packages/TYPO3.CMS/+/71925, introduced for TYPO3 v10.4.22 and basically the only place in the core using fetchFirstColumn
, which made it easy to find.
Caused by a different Doctrine DBAL dependency in TYPO3 v10 (prior to v2.13)
Updated by Helmut Hummel almost 3 years ago
- Has duplicate Bug #96369: Call to undefined method added
Updated by Helmut Hummel almost 3 years ago
- Status changed from Accepted to Closed
Closed as duplicate
Updated by Helmut Hummel almost 3 years ago
- Has duplicate deleted (Bug #96369: Call to undefined method)
Updated by Helmut Hummel almost 3 years ago
- Is duplicate of Bug #96369: Call to undefined method added
Actions