Actions
Bug #89543
closedEnvironment Status check falsely reports Maximum post upload size correlates with maximum upload file size in PHP
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2019-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Environment Status reports "Maximum post upload size correlates with maximum upload file size in PHP" when this is not the case. For example if the php.ini has post_max_size = 50000K and upload_max_filesize = 16M
A warning should be given in the Environment Status if post_max_size is less than upload_max_filesize.
Actions