HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... CourseLab and Claroline 1.8.7
CourseLab and Claroline 1.8.7
  View type:
Hi,
I tried the labtest with claroline 1.8.7 and it gave an error reading the manifest file. Can you please let me know if CourseLab is compatible with Claroline? Claroline uses SCORM 1.2.
Thanks!
 
Hi, i wish know if any could run a scorm 1.2 of courselab in claroline

thaanks
 
 
The version of Claroline you are running is based on the SCORM 2004 model.
V 1.5.1 introduced minimal conformance for 1.2 and some 1.3 components. It is now fully documented as being 2004 compliant.
Have you tried importing as SCORM 2004 module into the learning path rather than 1.2?
 
 
 
We had the same problem. With help of Sebastien (admin Claroline) it's solved:

Replace the line (around line #608) in file learnpath/importLearning.php

Code: Select all
$data = html_entity_decode(urldecode(file_get_contents($manifestPath.$file)));

by


Code: Select all
$data = file_get_contents($manifestPath.$file);


There is a special character in the courselab file that Claroline was not able to manage correctly.
-----
Perhaps it will be changed in the next Courselab-Version ?

Regards,
Pit
 
 
 
We had the same problem. With help of Sebastien (admin Claroline) it's solved:

Replace the line (around line #608) in file learnpath/importLearning.php

Code: Select all
$data = html_entity_decode(urldecode(file_get_contents($manifestPath.$file)));

by


Code: Select all
$data = file_get_contents($manifestPath.$file);


There is a special character in the courselab file that Claroline was not able to manage correctly.
-----
Perhaps it will be changed in the next Courselab-Version ?

Regards,
Pit
 
 
 
 
Hey Guys,

Initially while uploading the 1.2 Scorm version in SABA I was getting the error

$data = html_entity_decode(urldecode(file_get_contents($manifestPath.$file)));

And error reading "reading manifest error"

So I unzipped the published folder and then zipped the contents inside the folder together and then upload it onto SABA LMS and it worked fine and I did not got any error.

I thought I will share this...maybe you can try it..


 
Hi!
In fact, we did not test this LMS. Would you like to provide us with error texts? P
 
 
Hi, I am trying too to use CourseLab and Claroline LMS, but without success. Claroline LMS accepts SCORM 1.2 packages, but with CourseLab zip file it only says "error in manifest file", aborting the import operation.
 
 
 
Hi, Tonino!
Would you like to send us (support@courselab.com) Claroline error texts for analysis?
Subject:
Message options
No additional options