Project

General

Profile

Actions

Bug #84818

closed

Cannot install languages in v9 when var is not in typo3temp

Added by Philipp Kerling about 6 years ago. Updated over 5 years ago.

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:

https://github.com/TYPO3/TYPO3.CMS/blob/395d5efb61332e2f4380eaac93a14d61b1785961/typo3/sysext/install/Classes/Service/LanguagePackService.php#L255

$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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #85077: Online Media cannot be added in composer mode anymoreClosedBenni Mack2018-05-25

Actions
Actions

Also available in: Atom PDF