Scorm Package upload size

dhuynh
Forums
Hi, I recently downloaded opigno LMS to test locally and I was wondering if there's anyway I can increase the upload size for a scorm package. Currently, files must be less than 8MB which is quite small for me. Please help. Thank you in advance.
markusd1984

PHP settings

You need to increase the upload limit inside your PHP settings, php.ini upload_max_filesize = 50M
garthphilpot

same here...

I am also having this issue. is there an easy way to edit this file visually in ubuntu. mine is set to 2mb in php.ini, but I cant just change it in the text editor because of permissions. thanks
axel

Why can't you change it in

Why can't you change it in text editor because of permissions?

If you edit it in a graphical editor launched with the same user, then you will have the same permissions applied.

You should use sudo to edit it

And restart apache service after

markusd1984

sudo nano php.ini

I use command line : sudo nano php.ini To save press ctrl + x and confirm with y + enter
markusd1984

sudo nano php.ini

I use command line : sudo nano php.ini To save press ctrl + x and confirm with y + enter
garthphilpot

It probably has something to

It probably has something to do with me not understanding nano at all. I did the sudo nano php.ini and I just get a bare terminal type window with help, write out etc. if I browse to the file in etc/ php7/ apache2/ I can search and open the file, but cant save changes to the file.
markusd1984

Did you open sudo nano php.ini within php7 folder?

otherwise, it won't work as it will open a blank page to create the file :) You can also use the command with full path to the file sudo nano /etc/php/7.0/apache2/php.ini Change the settings and save with CTL + X & Y to confirm. If you need more help, join me in the gitter chat https://gitter.im/Opigno-LMS/Lobby