Can't upload scorm file.
-
- Newbie
- Posts: 4
- Joined: Thu Jun 20, 2019 7:04 pm
- Version: forma.lms 2.0
Can't upload scorm file.
Had to put the fix in place for sl_upload() which worked for other files, however when I attempt to upload a scorm file, I get a 500 server error and nothing in the php error log. I'm running on php 7.1.33, is there a work around/fix that I can put in place for this? Max file upload size is set to 128M and the file I'm attempting to upload is only 51M.
Re: Can't upload scorm file.
activate the debug and post the fatal
Per supporto GRATUITO contattatemi in privato qui
-
- Newbie
- Posts: 4
- Joined: Thu Jun 20, 2019 7:04 pm
- Version: forma.lms 2.0
Re: Can't upload scorm file.
Actually I found the problem - I had accidentally removed "zip" from the file extensions allowed when I was removing some others I didn't want. Took me forever to figure it out, doh.
Re: Can't upload scorm file.
It happened to me, same problem, I solved it by setting the php version to 5.5 so it loads perfectly. regards