Project

General

Profile

Actions

Bug #86399

closed

Wrong processed folder resolved, when folder is configured to be on a different storage

Added by Helmut Hummel over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Start date:
2018-09-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

During generation of processed files, a wrong processed folder is returned.

Szenario

Given the following storage configurations:

Storage 1: processed folder "foo"
Storage 2: processed folder "1:/bar"

Observation 1

When an image of Storage 2 is processed

I expect subfolders are generated in "1:/bar"

What happens is that subfolders are generated for "1:/foo" as well as for "1:/bar".

Observation 2

When an image of Storage 2 is processed, sys_file_processedfile record does not exist, but the file exists in "1:/bar/a/b/"

I expect the file not to be regenerated

What happens is that the file is regenerated, because it is looked for in "1:/foo/a/b/" first


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #66209: ProcessedFile::setName checks existence for new objectsClosed2015-04-01

Actions
Related to TYPO3 Core - Bug #89004: Image processing (on scaling) runs repeatedly for the same image on every page loadNew2019-08-23

Actions
Actions #1

Updated by Helmut Hummel over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58410

Actions #3

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58410

Actions #4

Updated by Gerrit Code Review over 5 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58452

Actions #5

Updated by Helmut Hummel over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Susanne Moog about 5 years ago

  • Related to Bug #66209: ProcessedFile::setName checks existence for new objects added
Actions #8

Updated by Benni Mack 7 months ago

  • Related to Bug #89004: Image processing (on scaling) runs repeatedly for the same image on every page load added
Actions

Also available in: Atom PDF