ATutor

Learning Management Tools







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


install fails


  • 2004-04-29 08:04:27

    install fails

    Hi all

    New to aTutor ansd linux world i try to install it on a mandrake9.2

    all the install process seems to be good but i'm not able to login

    i launch http://localhost/~laurent/atutor/install/
    all the process goes to end (execpt step5.php i had to hack to add unset($progress); at beginning)

    when i try to connect, it says that atutor is not installed and redirect me to the install process

    could someone help me

    Thans in advance

    laurent
    ---
    conf. detail
    -Apache-AdvancedExtranetServer/1.3.28 (Mandrake Linux/3.1.92mdk) PHP/4.3.3
    -requirements for PhP are Ok
    - MySQL Detected: Version Unknown --> installed 4.0.15
    (tables are created correctly)

  • 2004-04-29 08:06:22

    more ..

    Hoops, sorry
    aTutor Version : 1.3.3

  • 2004-04-29 10:05:59

    Complete step 5

    At step 5 you must set the permissions to writable on the listed directories and the config.inc.php file. You can not skip this step.

  • 2004-04-29 10:18:10

    step5 is completed

    Hi greg

    thanks for your response

    Step5 has been completed and permissions seems to be correct

    here is what is displayed
    Feedback

    content/ is writeable.
    content/import/ is writeable.
    content/chat/ is writeable.
    include/config.inc.php is writeable.
    Data has been saved successfully.

    looking at include file, all seems to be written correclty

    Nevertheless, i had the first time an error in step5 :
    Fatal error: [] operator not supported for strings in /home/laurent/public_html/atutor/install/include/step5.php on line 37
    then, i added unset($progress); at the beginning of step5.php file

    what am i doing wrong ?
    Feel free to ask formore informations

    Thanks again

    Laurent

  • 2004-04-29 10:31:36

    it works !!!

    Hi

    i did the install process one more time but the i filled even fields marked as default (answering yes/no)

    i now have acces to login screen

    lines that were not filled and prevent running

    define('EMAIL_NOTIFY', TRUE);
    define('ALLOW_INSTRUCTOR_REQUESTS', TRUE);
    define('AUTO_APPROVE_INSTRUCTORS', FALSE);

    it was

    define('EMAIL_NOTIFY', );
    define('ALLOW_INSTRUCTOR_REQUESTS', );
    define('AUTO_APPROVE_INSTRUCTORS', );

    becaus ei didn't respond to question (misunderstood the default meaning : what i should respond, and not what it will be aswered if i left blank)

    anyway, thanks for your help

    Laurent

  • 2004-04-29 10:31:37

    it works !!!

    Hi

    i did the install process one more time but the i filled even fields marked as default (answering yes/no)

    i now have acces to login screen

    lines that were not filled and prevent running

    define('EMAIL_NOTIFY', TRUE);
    define('ALLOW_INSTRUCTOR_REQUESTS', TRUE);
    define('AUTO_APPROVE_INSTRUCTORS', FALSE);

    it was

    define('EMAIL_NOTIFY', );
    define('ALLOW_INSTRUCTOR_REQUESTS', );
    define('AUTO_APPROVE_INSTRUCTORS', );

    becaus ei didn't respond to question (misunderstood the default meaning : what i should respond, and not what it will be aswered if i left blank)

    anyway, thanks for your help

    Laurent