Feature #70379
closedNot all files and directories in 'typo3temp' are created on-the-fly
0%
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.
Updated by Riccardo De Contardi about 9 years ago
- Tracker changed from Bug to Feature
- Category set to Install Tool
Updated by Benni Mack about 5 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.
Updated by Benni Mack almost 5 years ago
- Status changed from New to Closed
Just checked that the processed folder is added as well.