Actions
Bug #85133
closedManage language packs never finds language packs
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Language Manager (backend)
Target version:
Start date:
2018-05-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've just setup a fresh TYPO3 9.2.1 with composer.
On using the "Maintenance" -> "Manage language packs" backend module I try to get the German language packs. But all packs are reported to be not available:
Language packs updated 0 new language packs downloaded, 0 language packs updated, 22 language packs not available
I digged a little in LanguagePackService.php and I suppose it is the call (currently in line 255) of
GeneralUtility::writeFileToTypo3tempDir($absolutePathToZipFile, $languagePackContent)
Doing this - a little patched - on the console by
/var/www/MYPROJECT/vendor/typo3/cms-cli/typo3 -vvv language:update
leads to
/var/www/MYPROJECT/var/transient/" was not within directory PATH_site + "typo3temp/"
That's of course true. So what is wrong? TYPO3 9.2 or my directory layout?
I installed TYPO3 the following way:
cd /var/www/MYPROJECT/ composer require typo3/minimal typo3/cms-lang typo3/cms-fluid-styled-content (and other)
Finally my document root == PATH_site is
/var/www/MYPROJECT/public/
Am I wrong or TYPO3 9.2.1?
Updated by Wouter Wolters over 6 years ago
- Status changed from New to Rejected
Thansk for the report.
This has been fixed with #85077 already, will be available in the next 9.x release.
Updated by Christian Kuhn over 6 years ago
- Related to Bug #85077: Online Media cannot be added in composer mode anymore added
Actions