ATutor

Learning Management Tools







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


Table ATmessagessent creation failed


  • 2007-10-03 02:37:12

    Table ATmessagessent creation failed

    hello

    When i install ATutor 1.5.5 Installation(localhost) in Step 2: Database
    this error


    Feedback
    Connected to database atutor successfully.
    Table AT_admins created successfully.
    Table AT_admin_log created successfully.
    Table AT_assignments created successfully. .
    .................
    Table AT_language_text created successfully.

    Error
    Table AT_messages_sent creation failed.
    what is problem?

    easyphp1-7
    phpMyAdmin 2.5.3
    MySQL 4.0.15-max-debug
    :

  • 2007-10-03 09:07:46

    Re: Table AT_messages_sent creation failed

    You may want to give a quick visit to this: http://www.atutor.ca/view/7/11622/1.html

    And may I know what your operation system is?

  • 2007-10-03 10:48:04

    Re: Table AT_messages_sent creation failed

    window xp sp2
    IE6
    Mozilla/5.0

  • 2007-10-03 10:51:03

    Re: Table AT_messages_sent creation failed

    The problem is mysql uses a different syntax before 4.0.18

    Can you try the following:

    Open atutor/install/db/atutor_schema.sql

    Go to line 595, change
    ") ENGINE = MYISAM;"
    to
    ) TYPE = MYISAM;