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 #1

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

Actions #2

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

Actions #3

Updated by Daniel Siepmann over 1 year ago

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

Updated by Benni Mack 5 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF