Changing the max upload size from the global configuration to anything above 128mb does not apply within the media manager.
Media Manager upload should reflect value from within media configuration
Media Manager upload reflects configuration value while it is <= 128.00mb
Joomla 3.7.1 and 3.7.2 on a handful of websites at this time.
PHP 5.6.30
Apache 2.4.7
php.ini was checked and is not bottlenecking the upload size
Labels |
Added:
?
|
Category | ⇒ | com_media |
php.ini was checked. post_max_size and upload_max_filesize are both 400mb.
php.ini was checked. post_max_size and upload_max_filesize are both 400mb.
besides post_max_size and upload_max_filesize
you also need to check the setting: memory_limit
besides post_max_size and upload_max_filesize
you also need to check the setting: memory_limit
memory_limit is set to 256m
memory_limit is set to 256m
Please go to Joomla Backend Menu:
System / System Information / PHP information
1 out of the 3 upload_max_filesize , upload_max_filesize , memory_limit should be 128 MB
Wow, so sorry for the bother. These sites were using different php.ini files from our normal. It was indeed the memory_limit causing the low upload size. Thank you for your help. Out of curiosity, why is Joomla using this instead of upload_max_filesize?
Closing as not a bug
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-01 19:20:48 |
Closed_By | ⇒ | Bakual |
What are your php limits, the upload_max_filesize and post_max_size? Maybe the media manager checks for these and uses one of them (or minimum of both) as hard limit?
Is just an idea, I haven't checked that yet.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16439.