Actions
Feature #70379
closedNot all files and directories in 'typo3temp' are created on-the-fly
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