Project

General

Profile

Actions

Bug #95543

closed

Processed files of static images are stored outside document root

Added by Markus Klein over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2021-10-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Using static assets like <f:image src="EXT:sitesetup/Resources/Public/dist/images/header.jpg" maxWidth="123"... causes the processed image to be stored in <projectRoot>/typo3temp/assets/_processed_ instead of <docroot>/typo3temp/assets/_processed_.

For cases where <docroot> is nested inside <projectroot> (which is probably the common case) this leads to:

  1. Inaccessible processed files
  2. Duplication of the typo3temp folder

I assume this is related to #95437.


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #95437: Properly calculate web path for composer packagesClosed2021-10-01

Actions
Related to TYPO3 Core - Bug #103157: Image referenced by `EXT:` does not work in TYPO3 subfolder installationUnder Review2024-02-20

Actions
Actions

Also available in: Atom PDF