Bug #84818
closedCannot install languages in v9 when var is not in typo3temp
0%
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.
Updated by Philipp Kerling over 6 years ago
Same problem in TYPO3\CMS\Extensionmanager\Utility\UpdateScriptUtility::determineUpdateClassName
. Now I can't even use the extension manager :-(
Updated by Petra Arentzen over 6 years ago
Philipp Kerling wrote:
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, butwriteFileToTypo3tempDir
requires the path to be insidePATH_site."typo3temp/"
. For composer installations or whenTYPO3_PATH_APP
is set manually, var is not inside typo3temp any more since 9.2, sowriteFileToTypo3tempDir
cannot be used here.
Same problem here, also in a composer installation.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57081
Updated by Tymoteusz Motylewski over 6 years ago
- Related to Bug #85077: Online Media cannot be added in composer mode anymore added
Updated by Christian Kuhn over 6 years ago
- Status changed from Under Review to Resolved
this has been resolved with #85077