#50945 closed enhancement (fixed)
Site Health: don't give a warning when upload_max_size is lower than max_post_size
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5.1 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Site Health | Keywords: | good-first-bug has-patch commit fixed-major i18n-change |
Focuses: | Cc: |
Description
Site Health component added a new check in version 5.5 where post_max_size differs from upload_max_size which can lead to upload issues.
However, there is no need to show a warning/error if post_max_size is a higher value than upload_max_size. In a current site I maintain, post_max_size is 8M and the max_upload_size is 2M and the Improvement is shown.
Also, the copy might need to be reviewed, as we literally say that the values differ and *that* is the issue.
Attachments (1)
Change History (12)
Note: See
TracTickets for help on using
tickets.
Introduced in [48535] and adjusted in [48538-48539,48544] (see #50038).