Actions
Bug #84818
closedCannot install languages in v9 when var is not in typo3temp
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
I have a normal 9.2 installation in composer mode. I cannot install any language packs in the backend. Updating will show all language packs as being "not available."
The problem seems to be here:
$absolutePathToZipFile
is within the var path, but writeFileToTypo3tempDir
requires the path to be inside PATH_site."typo3temp/"
. For composer installations or when TYPO3_PATH_APP
is set manually, var is not inside typo3temp any more since 9.2, so writeFileToTypo3tempDir
cannot be used here.
Actions