-that's failing out of the learnloop2\modules\scorm\index.php file. Please note that the comments in the file list the file as "write.php" not index.php.:
I didn't see the file in question in either v1 or v2 CVS tree. Shall we just comment out the line that requires it, or could the file be added to CVS please!
Other than that, I'm excited about trying out the SCORM section.
Thank you and Happy New Year,
Brian Jester
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1439902
I'm getting the same error. It would benefit me VERY much if
someone could provide an update for this bug, as soon as
possible.
Logged In: YES
user_id=1439902
I'm getting the same error. It would benefit me VERY much if
someone could provide an update for this bug, as soon as
possible.
Logged In: YES
user_id=1494581
Originator: NO
I just got the same error. Here's the contents of the include directory:
learnloop2\modules\scorm\include\ scorm.php
scorm_item.php
scorm_organization.php
scorm_resource.php
scorm_variable.php
Here's the line:
require("include/scorm_cmi.php");
-that's failing out of the learnloop2\modules\scorm\index.php file. Please note that the comments in the file list the file as "write.php" not index.php.:
<?php
/*********************************************************************
Filename:
write.php
Description:
Edit users preferences
History:
2002-05-31 Daniel Önnerby Init version.
**********************************************************************/
require("../../include/global.php");
require("../../include/common.php");
require("../../include/user.php");
require("../../include/language.php");
require("../../include/check_login.php");
require("../../include/llmodule.php");
require("include/scorm.php");
require("include/scorm_item.php");
require("include/scorm_cmi.php");
Logged In: YES
user_id=1494581
Originator: NO
I didn't see the file in question in either v1 or v2 CVS tree. Shall we just comment out the line that requires it, or could the file be added to CVS please!
Other than that, I'm excited about trying out the SCORM section.
Thank you and Happy New Year,
Brian Jester
Logged In: YES
user_id=1494581
Originator: NO
When I commented out the offending line (21) in scorm\index.php, I get the following error:
Fatal error: Cannot instantiate non-existent class: scormcmi in /home/content/s/y/a/syadmin/html/learnloop2/modules/scorm/index.php on line 57