No Code Attached Yet
avatar Mika17420
Mika17420
19 Mar 2024

Steps to reproduce the issue

I try to transfer a PDF file to the image folder of my Joomla 4. But it keeps telling me that the file is too large.
My php settings are good at 8Mo and last try 64Mo. The media/config setting is 4MB. But as soon as I send my pdf which is 1.7 MB it systematically reduces the media settings to 2 MB.
I tried to change the settings in php myadmin and it systematically resets 2MB in the settings
I have several sites and the problem is the same everywhere
an idea ?

avatar Mika17420 Mika17420 - open - 19 Mar 2024
avatar joomla-cms-bot joomla-cms-bot - change - 19 Mar 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Mar 2024
avatar Quy Quy - change - 19 Mar 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-03-19 15:06:23
Closed_By Quy
avatar Quy
Quy - comment - 19 Mar 2024

Please use Joomla forum for support questions. https://forum.joomla.org/

avatar Quy Quy - close - 19 Mar 2024
avatar Mika17420
Mika17420 - comment - 19 Mar 2024

I'm sorry.
I already did it but no answers. And so I have the impression that it could be a bug in Joomla

avatar Quy
Quy - comment - 19 Mar 2024

In php.ini, please check post_max_size

; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; https://php.net/post-max-size
post_max_size=40M
avatar Mika17420
Mika17420 - comment - 19 Mar 2024

Thanks Quy.
This is already what I did
post_max_size : 64MB
upload_max_filesize 64 MB too
Afterwards I set the max upload in media to 10 MB. This seems to register but when I leave the page where I try to download a file it systematically gives me 2 MB. Even if I go directly to change the settings in php mysql

avatar Quy
Quy - comment - 19 Mar 2024

Go to System > Extensions.
What is the Maximum upload size value?
If it is 2MB, then please consult with your hosting provider to custom override this value.

avatar Mika17420
Mika17420 - comment - 22 Mar 2024

as I said previously:
upload_max_filesize 64 MB
/

avatar Mika17420
Mika17420 - comment - 22 Mar 2024

params

avatar Mika17420
Mika17420 - comment - 23 Mar 2024

Go to System > Extensions. What is the Maximum upload size value? If it is 2MB, then please consult with your hosting provider to custom override this value.

upload
sorry, maybe this was the answer you wanted ?

avatar Mika17420
Mika17420 - comment - 23 Mar 2024

Any changes I make to the media settings are not saved. By checking in the mysql table, I can observe the change but as soon as I refresh the page the initial configuration reappears

Add a Comment

Login with GitHub to post a comment