Project

General

Profile

Actions

Bug #94801

closed

Updating from TYPO3 9.5.27 to 9.5.28+ leads to timeout in upgrade wizards check and reports module

Added by Florian Seirer over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2021-08-11
Due date:
% Done:

100%

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

Description

After upgrading from TYPO3 9.5.27 to 9.5.28+, opening the reports module on our biggest site (260k+ files) leads to a timeout (set to 60 seconds in our current setup). Same thing happens in the install tool: Upgrades > Run upgrade wizards.
Our smaller sites are not affected by this.

I did some digging and I out found that disabling the new SVG sanitizer (Introduced in 9.5.28, see https://github.com/typo3/typo3/commit/0443b66463) upgrade wizard "solves" the problem, and the reports module as well as the upgrade wizard view in the install tool are working again.

Commenting out that new line in /typo3/sysext/install/ext_localconf.php works for me for now, as we don't have SVG/HTML files inside /fileadmin/, and SVG/HTML uploads are denied through [BE][fileDenyPattern].

Of course we could just raise the PHP max_execution_time, but it'd be nice if someone could look into this...


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #94636: Upgrade Wizard does not loadAccepted2021-07-26

Actions
Actions

Also available in: Atom PDF