ATutor

Learning Management Tools







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


Installing requirements error


  • 2005-06-30 23:27:58

    Installing requirements error

    while trying to install Atutor 1.4.3 on Windows XP Pro (IIS 6), FireFox 1.0.4, MySQL 4.1, PHP 5,,,on the requirements screen I keep getting the messages:

    # --with-mysql to enable MySQL support (Required) Detected: Disabled

    and

    # MySQL 3.23.x or higher (Version 4.0.16 or higher is recommended) Detected: Not Found

    any suggestions to correct this situation?

  • 2005-07-03 09:02:56

    re: Installing requirements error

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system -
    version of ATutor -
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

  • 2005-07-03 09:07:24

    re: Installing requirements error

    Wait a minute...my brain must not be firing on all cylinders this morning. I just noticed the ATutor PHP requirements line about safe_mode must be disabled (which is the setting). The MySQL section of the php.ini file talks about some/all of the blank values as being not applicable when in safe mode. Since safe mode is disabled, they must apply...meaning they must have values, right? I guess the $64,000 question is what are the missing values for:

    mysql.default_host =
    mysql.default_user =
    mysql.default_password =

    Does the MySQLI section have any bearing on this?

    Confusion will be my epitaph...

  • 2005-07-03 10:56:59

    re: Installing requirements error

    OK, got it sorted out.

    Basically, the Windows Installer for PHP is worthless. Download and unzip the full binaries into the c:\php directory. Then edit the php.ini file so that the extensions directory is ./ext instead of ./, and uncomment the php_mysql.dll line (not sure of GD is needed for ATutor, I'm setting up Moodle at the same time and it needed it, so I uncommented php_gd.dll as well). Changed a few other values per Moodle instructions, not sure if those had bearing here or not...hopefully just the .dll(s) and the full php install will fix it for you.

  • 2005-07-03 12:34:04

    Can't login

    Thanks DouglasEd,, the requirements issue is resolved and Atutor seem to be meanwhile installed. BUT,, there is no response whatsoever at the login page! The login infos are supplied but nothing seems to work, no feedback, no error message, just silence!

    Any suggestions