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:
Updated by Benni Mack almost 3 years ago
- Status changed from New to Closed
This was already adressed and fixed with https://github.com/TYPO3/typo3/commit/7c17987d0c353c17f278f823ad7b31592fe8f354 and issue #96369 - will be fixed next tuesday in the upcoming release.
Updated by Benni Mack almost 3 years ago
- Is duplicate of Bug #96369: Call to undefined method added
Actions