Can't upload scorm file.

Anything about what happens on the user and teacher side
Post Reply
cjchamberland
Newbie
Posts: 4
Joined: Thu Jun 20, 2019 7:04 pm
Version: forma.lms 2.0

Can't upload scorm file.

Post 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.
alfa24
Senior Boarder
Posts: 2009
Joined: Fri Nov 24, 2017 8:45 am

Re: Can't upload scorm file.

Post by alfa24 »

activate the debug and post the fatal
Per supporto GRATUITO contattatemi in privato qui
cjchamberland
Newbie
Posts: 4
Joined: Thu Jun 20, 2019 7:04 pm
Version: forma.lms 2.0

Re: Can't upload scorm file.

Post 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.
savius57
FormaLms User
Posts: 27
Joined: Thu Oct 24, 2019 3:27 pm
Version: forma.lms 2.0

Re: Can't upload scorm file.

Post by savius57 »

It happened to me, same problem, I solved it by setting the php version to 5.5 so it loads perfectly. regards
Post Reply