Page 1 of 1

iSpring scorm package and "Load from xml:" error

Posted: Fri Oct 12, 2012 7:14 pm
by murat
iSpring scorm package, the system is loaded the error.Why?

Error text is "Load from xml:<?xml version="1.0" encoding="UTF-8"?>..."

Re: iSpring scorm package and "Load from xml:" error

Posted: Tue Oct 16, 2012 11:14 am
by wanadli
Try this ...

1. Open your imsmanifest file (the one created by iSpring)

2. Look at line 22: <item identifier="item" identifierref="resource">

3. Change 'item' to something else ... say 'xxx'.

4. Zip/package your files and try to upload again.

Let me know if it works for you.

Re: iSpring scorm package and "Load from xml:" error

Posted: Tue Oct 16, 2012 2:53 pm
by wanadli
If you are lazy to re-upload the SCORM package again, then try this quick fix:

1. open your 'learning_scorm_items' table.

2. Change 'item_identifier' column value from 'item' to 'xxx' (or any other sequence of characters that you fancy)

That's all.

Re: iSpring scorm package and "Load from xml:" error

Posted: Tue Oct 16, 2012 8:51 pm
by murat
Thank you very much.

Both of which it actually worked.

Re: iSpring scorm package and "Load from xml:" error

Posted: Wed Oct 17, 2012 10:00 am
by max
Thank you wanadli!