Bug #85115
closedCan't copy or cut files in filelist
100%
Description
If I try to cut or copy a file in filelist backend the ImageViewHelper throws an exception.
I found a commit in the repository which leads to this behavior
https://github.com/TYPO3/TYPO3.CMS/commit/f6953bda186c1cb10d01b37a1e3071148b87b16c
The exception get catched in vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:81 but fluid use TYPO3Fluid\Fluid\Core\ErrorHandler\StandardErrorHandler even if in Production Context and displayErrors is set to 0.
I think the expected behavior should be that fluid use the TolerantErrorHandler so no Exception is thrown.
Updated by Kalle Karlson over 6 years ago
- Subject changed from Can't copy or cut files in fileadmin to Can't copy or cut files in filelist
Updated by Riccardo De Contardi about 6 years ago
- Status changed from New to Closed
- Assignee deleted (
Kalle Karlson)
I think it's safe to close this one for now.
Please reopen it or ping me if the issue comes out again or there is a way to reproduce it on 9.5.0 or the latest master.
Thank you!