Can't upload large media

To be completed by the original poster:

CMS Version

Specify the full CMS version you are using, including the revision number.
3.3.3

Installation Method

Docker or Custom install
custom, debian stable (11); apache2, php (7.4)

Operating System

The operating system the CMS is installed on
debian stable

Issue

Please describe in detail the issue you are experiencing, including any errors shown in the Logs section of the CMS.
can’t upload large file in media, ex : 1.2Go fail, 400-500Mo is OK

Provide screenshots where possible!

root@infv0075:/etc# grep -ri upload_max_filesize
php/7.4/cli/php.ini:upload_max_filesize=4096M
php/7.4/phpdbg/php.ini:upload_max_filesize=4096M
php/7.4/apache2/php.ini:upload_max_filesize=4096M

root@infv0075:/etc# grep -ri post_max_size
php/7.4/cli/php.ini:post_max_size=4096M
php/7.4/phpdbg/php.ini:post_max_size=40968M
php/7.4/apache2/php.ini:post_max_size=4096M

root@infv0075:/etc# grep -ri memory_limit
php/7.4/cli/php.ini:memory_limit=512M
php/7.4/phpdbg/php.ini:memory_limit=512M
php/7.4/apache2/php.ini:memory_limit=512M

root@infv0075:/etc# grep -ri max_execution_time
php/7.4/cli/php.ini:max_execution_time=500
php/7.4/phpdbg/php.ini:max_execution_time=500
php/7.4/apache2/php.ini:max_execution_time=500

root@infv0075:/etc# grep -ri max_input_time | grep -iv ‘:;’
php/7.4/cli/php.ini:max_input_time=500
php/7.4/phpdbg/php.ini:max_input_time=500
php/7.4/apache2/php.ini:max_input_time=500

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.