Actions
Bug #39789
closedStorageRepository should ignore not found driver classes
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-08-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a driver doesn't exist anymore, the storage repository shouldn't load it.
Most drivers will be implemented by extensions but if this extension is deactived, the StorageRepository still tries to load this driver which is not possible anymore and this ends in an uncaught exception in BE. Therefore it should be checked if an implementation is available.
Actions