Page 1 of 2

How to Import content SCORM 2004?

Posted: Fri Oct 04, 2013 3:53 am
by tuanmaster
I want to import the course following SCORM 2004. May you help me?

Re: How to Import content SCORM 2004?

Posted: Fri Oct 04, 2013 7:45 am
by max
Hi, what do you mean with your question?
If I understand well, you want to upload a scorm content into your course, right?
Just go - as a teacher in a course - to Learning Object Management. New>Learning Object>Scorm, browse to your PC and upload your .zip file. Simple as that.

Re: How to Import content SCORM 2004?

Posted: Tue Oct 08, 2013 3:40 am
by tuanmaster
Yes. It is Error that: 'Error while processing the requested operation _ERROR_UPLOAD''

Re: How to Import content SCORM 2004?

Posted: Tue Oct 08, 2013 7:59 am
by max
Ok, in that case the problem might be one of configuration or it might be server-side permissions.
Please check: Administration>Main>configuration>settings>advanced and go to the bottom
You'll see "file upload whitelist". Check the extensions listed there, to see if you have the important ones allowed (zip,doc,xls,ppt,jpg,gif,png,txt,docx,pptx,xlsx,pdf,csv,odt,dotx,rtf,xps,ppt,odp,ppsx,xml,mp4,mp3,flv,wav,ogg,flac,au,aif,wma,aac,ra,swf,mov)......

If zip is already there, as it should, then check with your hosting provider if you have read/write permissions on the remote folders of your Lms.

One last thing: does your Scorm have an ' in the file name? Names with ' cannot be uploaded, this is a general setting for all php applications and in general for web applications.

Re: How to Import content SCORM 2004?

Posted: Thu Oct 10, 2013 9:31 am
by tuanmaster
I Upload file *.Zip from SCORM 1.2. May you help me?
My Setting to upload file is 'FS' (not 'FTP') It is error: '_ERROR_UPLOAD'

Re: How to Import content SCORM 2004?

Posted: Thu Oct 10, 2013 9:38 am
by max
Hi,
I also replied in another thread. It might be 2 things: either the name of the file contains invalid characters (such as ' or à,ù,ì....), or (provided that zip is allowed in the whitelist) wrong permissions in your server.
Can you please tell me:

- the name of the file
- if you checked the file upload whitelist

Re: How to Import content SCORM 2004?

Posted: Thu Oct 10, 2013 9:44 am
by tuanmaster
My file is: '59.zip'
Can you guide me cofig upload file same 'FS' or 'FTP'??

Re: How to Import content SCORM 2004?

Posted: Thu Oct 10, 2013 10:01 am
by max
Ok, so it seems you've identified the issue...it is server-side, as I supposed.

I'm sorry, but my knowledge has....reached the limit. I am not a developer-programmer, for these server configuration I need other people....

Let's see if some other user has suggestions for you.

Re: How to Import content SCORM 2004?

Posted: Thu Oct 10, 2013 10:05 am
by max
This is what is documented in the official manual
the "FS" uploading method with Scorm only works in safe_mode with the system set to off. You should check that the FTP parameters and paths specified in the config.php file are correct, and also the writing permissions.

Re: How to Import content SCORM 2004?

Posted: Sun Oct 13, 2013 10:16 am
by tuanmaster
Thank you. I have fix it.