Project

General

Profile

Actions

Feature #70379

closed

Not all files and directories in 'typo3temp' are created on-the-fly

Added by Danilo Godec over 8 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2015-10-05
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:

Description

Typo3 6.2.15
PHP 5.4.16

Some files and directories that are expected to exist in 'typo3temp' directory are not (re)created on-the-fly.

Here are some that I identified so far:

/typo3temp/index.html
/typo3temp/compressor
/typo3temp/GB
/typo3temp/llxml
/typo3temp/temp
/typo3temp/_processed_

Steps to reproduce:

1. Remove all contents of typo3temp directory (files and directories)
2. Log into BE and clear all caches (just in case)
3. Visit FE, refresh a couple of times (in my case, I can notice missing pictures)
4. Log into InstallTool and check 'Folder structure' - it will report missing directories

While these missing directories can be recreated by InstallTool, it's my opinion that everything in 'typo3temp' should be recreated on-the-fly.

Actions #1

Updated by Riccardo De Contardi over 8 years ago

  • Tracker changed from Bug to Feature
  • Category set to Install Tool
Actions #2

Updated by Benni Mack over 4 years ago

Hey Danilo,

at least for
- compressor (ResourceCompressor)
- GB (gifbuilder, now in typo3temp/assets/images)
- llxml (var/transient/)
- temp (var/transient/)

they are created on the fly when necessary in TYPO3 v9. I have to verify "_processed_" for the fallback storage still.

Actions #3

Updated by Benni Mack over 4 years ago

  • Status changed from New to Closed

Just checked that the processed folder is added as well.

Actions

Also available in: Atom PDF