Project

General

Profile

Actions

Bug #96054

closed

Command "language:update" does not log error on missing translations

Added by Mathias Brodala over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2021-11-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The CLI command language:update invokes LanguagePackService::languagePackDownload() for each active extension. Here a HTTP request is performed on the translation server which can fail with an exception on 404.

The RequestFactory::request() call here should be adjusted to include ['http_errors' => false] to have Guzzle return the 404 response instead of throwing an exception. This would allow for logging this as a regular warning.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #91988: language:update command does not output anything when not called in verbose modeClosed2020-08-12

Actions
Actions

Also available in: Atom PDF