ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Problem with Package Directory


  • 2008-06-25 07:09:07

    Problem with Package Directory

    hi @ all,

    i have problem with scorm import:

    Problem with Package Directory.

    i'search in forum for help and found some threads. i've create directory content/sco i also try content/SCO but it doesn't help....

    help me plz!!!


    Things to describe:
    operating system - suse 10.1
    version of ATutor - the last one
    versions of php - 5.2 above
    version of mysq l -
    webserver & version - apache
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

  • 2008-06-25 07:10:17

    Re: Problem with Package Directory.

    scorm modul is also installed !!!!

  • 2008-06-25 08:14:33

    Re: Problem with Package Directory.

    Did you create a directory called "sco" and make that directory writable.

  • 2008-06-25 08:49:35

    Re: Problem with Package Directory.

    yes .....

  • 2008-06-25 09:13:59

    Re: Problem with Package Directory.

    That should be all you need to do. Try creating the directory again and set permissions on the directory from the Linux command line using


    chmod a+rwx sco

  • 2008-06-25 09:42:56

    Re: Problem with Package Directory.

    hallo,

    i try it out and it doesn't work....

    i also added php_admin_value open_basedir

    /srv/www/htdocs/##user##/html/lms/ATutor/
    /srv/www/htdocs/##user##/lmsdata/ATutor/
    /srv/www/htdocs/web7/lmsdata/ATutor/tmp/

    in my httpd it also doesn't help.

    myabe it depends on my directory tree. during the installation the system make directory ..../ATutor/content obove document root directory(see above).

    in /srv/www/htdocs/web7/lmsdata/ATutor/content/ i do mkdir sco and chmod -R 777 sco. is it right ???

    what does the error mean. have the script problem with upload?? where can i switch on system error messages like reporting_error(E_ALL)???


    thanks a lot for your help!!!

  • 2008-06-25 10:07:54

    Re: Problem with Package Directory.

    The sco directory needs to be inside the ATutor directory (/ATutor/sco/).

    Though it should not make a difference in this case, be sure there are no symbolic links in the path to the sco and content directories. To get the actual directory path, you can create a php file with the function

    [php]

    get_cwd();

    [/php]

    Display of error messages can be controlled in

    include/vitals.inc.php

  • 2008-06-26 04:48:16

    Re: Problem with Package Directory.

    hi,

    it works now!!!!

    finally i do chmod command like you wrte above...

    thanks a lot !!!

    p.s: maybe you can give me one tip to :


    The following errors occurred:

    * [AT_ERROR_SCORM_ITEM_SCORMTYPE_MISSING]

    is the problem in my scorm course???