Hi the fix for this is to edit the file below:
mod\scorm\datamodels\aicc.js.php
The datamodel contains and evaluation node BUT the javascript code to generate the datamodel object fails to create the necessary objects before attempting to populate them.
Add the lines shown below between the ******
Approx line number: 119
//
// Datamodel inizialization
//
var cmi = new Object();
cmi.core = new Object();
cmi.core.score = new Object();
cmi.objectives = new Object();
cmi.student_data = new Object();
cmi.student_preference = new Object();
cmi.interactions = new Object();
//******
//Martin_Holden[at]skillsoft[dotty]com - added to fix cmi.evaluations error messages on AICC launch
cmi.evaluation = new Object();
cmi.evaluation.comments = new Object();
//
//******
Sorry, this screenshot is Dutch. the error message is "'cmi.evaluation.comments' is empty or not an object". You can start the course but there is no AICC tracking. We have a testserver with Apache 2.0, PHP 5.1 and MySQL 5.0.