| Bug ID: | 226 |
|---|---|
| Title: | [3.6.0.3] issue with iSpring scorm |
| Author: | andrea.garavaglia |
| Date: | 06/03/2009 00:11 |
| Last modified: | 11/03/2009 15:18 |
| Product: | Docebo 3.6.x |
| Product area: | |
| Severity: | Blocking problem |
| Status: | Fixed and added to SVN |
| Description: | The scorm .zip created with iSpring software doesn't work with some server. The problem si present only on Linux server with italian charset and it's caused to a bug of iSpring 4.1.0 that will be solved on 4.1.1 version. iSpring create .zip scorm package in this way: the method to create path use "/" instead of "\". This difference create several problems in enviroments with linux server that doesn't replace "\" with a "/" during scorm import, so the unzip operation doesn't create files in correct way. eg. when in Docebo you upload a .zip scorm package created with iSpring, the result on server is: /doceboLms/scorm/1039_43_1235605432_scorm_Prova_Ispring.zip_content/res\Player.js instead of /doceboLms/scorm/1039_43_1235605432_scorm_Prova_Ispring.zip_content/res/Player.js This means that a file with name "res\Player.js" is present in the scorm folder, instead of a folder "res" with the file "Player.js" inside |
A patch that fixes this bug has been released.
unzip in doceboCore/addons/
| Author | Text |
|---|