Project

General

Profile

Actions

Bug #75820

closed

Languages module doesn't work if server can't reach https://repositories.typo3.org/mirrors.xml.gz

Added by Patrick Gaumond over 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-04-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Nicole Cordes over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF