Actions
Task #66217
closed[FAL] Show exception message or log exception when metadata extraction fail
Status:
Closed
Priority:
Could have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
easy
Sprint Focus:
Stabilization Sprint
Description
Version: 6.2, 7.1
In class FileStorageExtractionTask, there is a catch block for an exception when indexer return an exception. But the exception is not loggued at all.
It should at least add a log (dev or sys) about the exception and should be displayed in flash message. The only message displayed currently is :
Task failed to execute successfully. Class: TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask, UID: 4
Not really helpfull when an exception occured.
Actions