The Elearning Community • How to Import content SCORM 2004? - Page 2
Page 2 of 2

Re: How to Import content SCORM 2004?

Posted: Tue Feb 10, 2015 7:59 am
by rtee
I'm using FormaLMS 1.3 now, and try to upload SCORM modules (zip file), but it always alerts with message "_ERROR_UPLOAD"... here is my configuration on /config.php at file upload session..

$cfg['uploadType'] = 'ftp';
$cfg['ftphost'] = 'localhost';
$cfg['ftpport'] = '21';
$cfg['ftpuser'] = 'FTP_USERNAME';
$cfg['ftppass'] = 'FTP_PASSWORD';
$cfg['ftppath'] = '/formalms/';


Can anybody help me ?

Re: How to Import content SCORM 2004?

Posted: Tue Feb 10, 2015 11:08 am
by max
Hi rtee, welcome on board!

your issue might have to do with the .php configuration, but it might also have to do with something else.

- file size: what is the file size limit you have in your .php configuration? Maybe your file is larger than that
- does your file have a ' in its name?

(I assume you are using learning object management>new LO>scorm, right?)