Bug #84586
closedGM messages spoil console output of scheduler task
100%
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.
Updated by Anja Leichsenring over 6 years ago
- Related to Bug #66268: ImageInfo::getImageSizes() doesn't recognize all supported images formats added
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Anja Leichsenring over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8f8adb7e33b5e01aa23688a36edd4b3cc4b52c20.
Updated by Anja Leichsenring over 6 years ago
- Related to Task #84934: Add UnitTests for ImageInfo added