Bug #94801
closedUpdating from TYPO3 9.5.27 to 9.5.28+ leads to timeout in upgrade wizards check and reports module
100%
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...
Updated by Georg Ringer over 3 years ago
- Related to Bug #94787: Tracking issue related to HTML sanitization issues added
Updated by Georg Ringer over 3 years ago
- Related to deleted (Bug #94787: Tracking issue related to HTML sanitization issues)
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70448
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70448
Updated by Georg Ringer over 3 years ago
- Related to Bug #94636: Upgrade Wizard does not load added
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 11.3 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70532
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.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/+/70533
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70534
Updated by Georg Ringer over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3295f4cacbadba9c8e173df2f4b4ad8f5cb1e9b8.