Actions
Bug #38829
closedFrontend should be more graceful when files are missing
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
With the current FAL there are exception for every error - while this is good for Developers, they really have to be catched.
The current TSFE implementation does not catch exception: If you inserted images on a web-page which are deleted (accidentilly) you won't see the website anymore, but will get an exception.
Actions