Actions
Bug #96462
closedReplacing a File in Backend lead to Error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2022-01-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
file replace
Complexity:
Is Regression:
Sprint Focus:
Description
In version 10.4.22 is a Bug, that you can not replace Files via Filelist. It leads to:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method TYPO3\CMS\Core\Database\Driver\PDOStatement::fetchFirstColumn() | Error thrown in file /xxx/typo3_src-10.4.22/typo3/sysext/core/Classes/Resource/MetaDataEventListener.php in line 50. Requested URL: https://xxx.xx/typo3/index.php?route=%%2Ffile%%2Fcommit&token=--AnonymizedToken--
Returned to 10.4.21 and the Error is gone.
Looks like this Commit did this:
Actions