Bug #75820
closedLanguages module doesn't work if server can't reach https://repositories.typo3.org/mirrors.xml.gz
100%
Description
Use case :
Our servers don't have access to TER or any other sites so we manually copy languages files in /typo3conf/l10n/fr/
In 7.6, using the BE module Languages throw an error when clicking :
"Oops, an error occurred!
Could not access remote resource https://repositories.typo3.org/mirrors.xml.gz."
The first time we need to add French as a language we're forced to edit LocalConfiguration.php by hand and change
'availableLanguages' => [],
To :
'availableLanguages' => [
'fr',
],
Showing the error "Could not access remote resource https://repositories.typo3.org/mirrors.xml.gz." is ok but the module should still be usable since manually added language is possible and in our case were present physically in /l10n/.
Updated by Gerrit Code Review over 8 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/47840
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47840
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47944
Updated by Nicole Cordes over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 445ff455c599e7f11fbe171dc71e923b44a03f0e.