Menu

#6 SCORM_CMI.php file missing

open
None
5
2006-02-12
2005-10-21
Anonymous
No

SCORM module not working.

Error message is that scorm_cmi.php file missing
in include folder (modules/scorm/includes/).

Discussion

  • Michael Moch

    Michael Moch - 2006-01-30

    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.

     
  • Michael Moch

    Michael Moch - 2006-01-30

    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.

     
  • Birger Eriksson

    Birger Eriksson - 2006-02-12
    • assigned_to: nobody --> learnloop
     
  • BrianJester

    BrianJester - 2007-01-02

    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");

     
  • BrianJester

    BrianJester - 2007-01-02

    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

     
  • BrianJester

    BrianJester - 2007-01-02

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.