Actions
Bug #100893
closedInstall Tool > Environment > Image Processing shows "Loading" instead of result when file extension is not part of imagefile_ext
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2023-05-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
- Adjust
$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
to exclude some extensions, e.g. set it to$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] = 'gif';
- Open the "Image Processing" of the "Install Tool > Environment"
- Run the checks
- None allowed file extensions are stuck on "Loading …" instead of showing the result
Expected behaviour:
The sections of none allowed extensions should show the AJAX response
{ "status": [ { "severity": 1, "title": "Skipped test", "message": "Handling format png must be enabled in TYPO3_CONF_VARS['GFX']['imagefile_ext']", "storeInSession": false } ] }
I could reproduce the issue in v11 and v12.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79063
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79680
Updated by Daniel Siepmann over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5a2c851b2cf5afcf70ade5967b611ebd6eb27b65.
Actions