Can't upload support file bigger than 50MB

Can't upload support file bigger than 50MB

de Gauthier Heiss -
Número de respuestas: 1

Hello,

We have a pretty strange issue on our Moodle installation. We can't upload support file bigger than 50MB for coderunner questions. When we upload a big file and click "save question", we have a blank 500 error page (screenshot below). Nothing in logs on Moodle side, except in apache access log (but no error message, just 500 response code).

Whereas on a regular file upload in a course, we can upload files up to 512MB. Everything looks well configured for PHP limits and reverse proxy limits.

Do you have any idea of what could cause that ?

Thank you !

HTTP error 500 on big file upload

En respuesta a Gauthier Heiss

Re: Can't upload support file bigger than 50MB

de Richard Lobb -
The problem is probably with the Jobe server settings, rather than the Moodle server. Check the values of upload_max_filesize and post_max_size in the php.ini file on the Jobe server. [File uploads are in fact done with PUT requests but I suspect they are subject to the post_max_size limit too - not sure.]