The Elearning Community • Can't upload scorm file.
Page 1 of 1

Can't upload scorm file.

Posted: Tue Oct 29, 2019 5:43 pm
by cjchamberland
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.

Posted: Tue Oct 29, 2019 5:47 pm
by alfa24
activate the debug and post the fatal

Re: Can't upload scorm file.

Posted: Tue Oct 29, 2019 5:54 pm
by cjchamberland
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.

Posted: Sat Nov 02, 2019 8:06 pm
by savius57
It happened to me, same problem, I solved it by setting the php version to 5.5 so it loads perfectly. regards