uhdamm I'm not able to upload an .mp4 in the Files section. According to itflow-org/itflow43f016f .mp4 is allowed. What is the size limit?
uhdamm Found the following two php.ini: /etc/php/8.2/cli/php.ini /etc/php/8.2/apache2/php.ini Both set to: upload_max_filesize = 200M post_max_size = 200M Restartet server. Still get an HTTP ERROR 500 when trying to upload 134MB .MP4 file.
uhdamm This: [Wed Sep 11 12:30:37.809968 2024] [php:error] [pid 718:tid 718] [client X.X.X.X:6261] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 145976432 bytes) in /var/www/mydomain.dk/functions.php on line 727, referer: https://mydomain.dk/client_files.php?client_id=1&folder_id=3&view=0 It's running on Linode nano server with 1 GB RAM. I guess that is the culprit?
uhdamm No, not quite. Change "memory_limit = 256M" from 128 in php.ini, and now I am able to upload a 134MB MP4.