Project

General

Profile

Actions

Bug #69833

closed

Processed files don't support not-local storages

Added by Nicole Cordes over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2015-09-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

Use case:

- a ftp storage (https://github.com/adgrafik/fal_ftp) marked as not writable with processing folder 1:/_processed_/FTP
- Text with image content record with an image from ftp storage

Problem:

- image isn't shown (neither in frontend nor backend)

Analysis:

- for frontend processing the driver creates a tempfile as the file on the other server isn't available for processing
- this is as defined in the function description of the DriverInterface
- the processing task tries to process (crop/mask) the image and confess there isn't any change needed
- the task returns NULL and the original file is used
- the processed file is saved with wrong information and the temp file is lost


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #72554: f:image renders empty src attribute since 6.2.16Closed2016-01-06

Actions
Actions

Also available in: Atom PDF