?
avatar BartelBe
BartelBe
14 Jul 2020

if php.ini has a too low upload_max_filesize, the system correctly issues a warning and instructions to correct php.ini BUT omits the required post_max setting requirement

Steps to reproduce the issue

upload a file with administrator/index.php?option=com_installer&view=install

Expected result

when following instructions, php.ini upload_max_filesize will function

Actual result

at the very next occasion, Joomla will issue a new warning

Warning PHP Upload Size bigger than POST size.
The value of the upload_max_filesize in the php.ini file is greater than the post_max_size variable. ...

System information (as much as possible)

this new warning can be AVOIDED by COMPLETING THE INSTRUCTION to set both the upload_max_filesize AND the post_max_size variable to the same value.

Additional comments

avatar BartelBe BartelBe - open - 14 Jul 2020
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Jul 2020
avatar richard67
richard67 - comment - 14 Jul 2020

@BartelBe This has been fixed already for Joomla 4 with Pull Request (PR) #27665 . I plan to make a PR to backport this change to Joomla 3, similar to the same change for the Joomla Update component's Upload & Update feature, which has been implemented with PR #27570 for J4 and will be backported to Joomla 3 with PR #29895 if that will be merged.

Update: I just see your issue is slightly different, it's about the instructions text.

avatar Quy Quy - change - 21 Dec 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-12-21 20:45:13
Closed_By Quy
avatar Quy Quy - close - 21 Dec 2020
avatar Quy
Quy - comment - 21 Dec 2020

PR #31736

Add a Comment

Login with GitHub to post a comment