Project

General

Profile

Actions

Bug #84586

closed

GM messages spoil console output of scheduler task

Added by Anja Leichsenring about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2018-04-03
Due date:
% Done:

100%

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

Description

The task 'File Abstraction Layer: Update storage index (scheduler)' will handle all missing files and provide sys_file records for them.
If the identified file is of type SVG, there will be a console output like /usr/bin/gm identify: Request did not return an image.. There is no way to get rid of the messages except redirecting all scheduler output to /dev/null, what is not always wanted.

The message is caused by the exec() command of ImageMagick, which in turn is issued before the fallback handling for SVG files, introduced with https://forge.typo3.org/issues/66268.
Solution to get the output silent: switch the position of the fallbacks, first SVG, then IM identify.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #66268: ImageInfo::getImageSizes() doesn't recognize all supported images formatsClosed2015-04-03

Actions
Related to TYPO3 Core - Task #84934: Add UnitTests for ImageInfoClosedAnja Leichsenring2018-05-06

Actions
Actions #1

Updated by Anja Leichsenring about 6 years ago

  • Related to Bug #66268: ImageInfo::getImageSizes() doesn't recognize all supported images formats added
Actions #2

Updated by Gerrit Code Review about 6 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/56521

Actions #3

Updated by Gerrit Code Review about 6 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/56521

Actions #4

Updated by Gerrit Code Review about 6 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56521

Actions #5

Updated by Gerrit Code Review about 6 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56521

Actions #6

Updated by Gerrit Code Review about 6 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56545

Actions #7

Updated by Anja Leichsenring about 6 years ago

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

Updated by Anja Leichsenring about 6 years ago

  • Related to Task #84934: Add UnitTests for ImageInfo added
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF