Project

General

Profile

Actions

Bug #100893

closed

Install Tool > Environment > Image Processing shows "Loading" instead of result when file extension is not part of imagefile_ext

Added by Daniel Siepmann over 1 year ago. Updated 5 months ago.

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:

  1. 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';
  2. Open the "Image Processing" of the "Install Tool > Environment"
  3. Run the checks
  4. 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.

Actions

Also available in: Atom PDF