Actions
Bug #93536
openUsing a local filestorage for a remote driver does not work in FAL
Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2021-02-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We're developing an extension to implement EntermediaDB, a digital asset management, as driver in TYPO3. Everything is implemented and would work if it would be possible to use the processed folder or even any folder of the local fileadmin. But if you enter the processed folder 1:/_processed_ for our driver it results in an exception because the original image is searched for in the LocalDriver.php then which is obviously wrong because we fetch the data from EntermediaDB. Showing metadata and preview images works fine.
This error occurs when you click on the button "show" to dumb the file contents.
Files
Updated by Mathias Bolt Lesniak over 3 years ago
I can confirm I see the same issue for my extension google_drive_fal.
Actions