Page 1 of 1
Learning Object 1MB file size limit
Posted: Fri Dec 17, 2021 2:46 pm
by PSDL
Hello,
I have installed Forma LMS and I setup my first course. Now when I try to add a learning object (a video I want to upload) I only have a 1MB max upload size.
Can you tell me how to change this please. All the php settings are set to 1024MB max upload size.
Thanks,
Lee
Re: Learning Object 1MB file size limit
Posted: Fri Dec 17, 2021 3:05 pm
by alfa24
please, check both the following PHP directives:
post_max_size
upload_max_filesize
Re: Learning Object 1MB file size limit
Posted: Fri Dec 17, 2021 3:24 pm
by max
Yes, it's not something you set in Forma's UI, it's in your php settings
Re: Learning Object 1MB file size limit
Posted: Tue Jan 18, 2022 3:09 pm
by danilo
Ciao,
sto avendo un problema simile a quello descritto sopra.
Volevo caricare un file scorm dal 155 MB, ma ottengo un messaggio di errore (mai visto prima): 413 Request Entity Too Large.
I parametri di post_max_size e upload_max_filesize sono settati a 256 MB
C'è qualche altro parametro o parte di codice che può generare questo errore?
Re: Learning Object 1MB file size limit
Posted: Tue Jan 18, 2022 3:15 pm
by alfa24
Sei su Apache o nginx?
Re: Learning Object 1MB file size limit
Posted: Tue Jan 18, 2022 3:25 pm
by danilo
Si scusa, così è più chiaro
Re: Learning Object 1MB file size limit
Posted: Tue Jan 18, 2022 3:30 pm
by alfa24
Re: Learning Object 1MB file size limit
Posted: Tue Jan 18, 2022 3:41 pm
by danilo
Grazie alfa,
quindi dovrei agire sulle impostazioni del web server, non di PHP. Giusto?
Re: Learning Object 1MB file size limit
Posted: Tue Jan 18, 2022 3:55 pm
by alfa24
Anche.