Project

General

Profile

Actions

Bug #101356

closed

Setup command prints stderr in prepareSystemSettings check

Added by Torben Hansen 10 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-07-14
Due date:
% Done:

0%

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

Description

When the setup commmand is executed on CLI, the prepareSystemSettings check tries to find ImageMagick or GraphicsMagick by using CommandUtility::exec(). If a command is not available, this is printed to STDERR, which then again is printed shown by the symfony command. To a user, this might look like an error:

It would therefore be better, to suppress STDERR output (e.g. send to 2>/dev/null on linux systems)


Files

clipboard-202307141938-2r4sx.png (42.3 KB) clipboard-202307141938-2r4sx.png Torben Hansen, 2023-07-14 17:38

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #101444: Running the setup command returns "not found"Resolved2023-07-25

Actions
Actions #1

Updated by Torben Hansen 10 months ago

  • Related to Bug #101444: Running the setup command returns "not found" added
Actions #2

Updated by Torben Hansen 9 months ago

  • Status changed from New to Closed

Closes with #101444

Actions

Also available in: Atom PDF