ATutor

Learning Management Tools







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


Installing Atutor


  • 2003-10-13 09:29:54

    Installing Atutor

    I have installed the ATutor 1.2 and I was able to create my database when I run of my Apache server I just get a blank screen. Nothing is comes up. The page changes to http://server/ATutor3/login.php

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
    <BODY></BODY></HTML>

    I am not sure what to do.. please help.

    Eric

  • 2003-10-13 12:26:55

    More info.

    Please read the first message in this forum "Help us Help You"

    Have you tried reinstalling ATutor? Use Version 1.2.2. Have you double checked config.inc.php to be sure the information is all correct? Is your database and php working properly for other applications?

  • 2003-10-13 14:18:23

    Install ATutor

    I was able to install the php-mysql-4.2.2-17.2-i386.rpm
    and now when I type php -m the module is present.

    I have this installed on a red hat 9.0

    mysql-client-4.0.14-0.i386.rpm
    mysql-devel-4.0.14-0.i386.rpm
    mysql-shared-4.0.14-0.i386.rpm
    mysql-shared-compact-4.0.14-0.i386.rpm

    php-4.2.2-17.2-i386.rpm
    php-devel-4.2.2-17.2-i386.rpm
    php-mysql-4.2.2-17.2-i386.rpm

    mySQL is running just fine, and php I have reinstalled to make sure that it's not php.. but it running now.
    and when I tryed to run ATutor.. I did reinstall it as well 3 time.. the only thing that I am not sure is in the insturctions it chown -R nobody:nobody content and I have it I thing to root:root ..

    Eric
    Eric

  • 2003-10-13 19:21:14

    More info

    Nothing here that might suggest a problem. Read "Help us Help You" again, and read my last message again, and provide the rest of the information asked for. It's difficult to help when we don't have all the details.

    You do not need to chown the content directory to root:root. The owner should be set to the owner of your web server, usually nobody:nobody. Or, if you don't have root access (I assume you do) make the content directory world writable. This is described in the installation instructions.

  • 2003-10-14 10:36:41

    my info

    Here is a list of things you can describe with your help request.
    1. The version of ATutor you are referring to
    ATutor 1.2

    2. The operating system ATutor is installed on (Windows, Unix etc., Mac ...), and its version
    Linux Red Hat 9.0

    3. The Web server you are using and its version (Apache, Netscape, IIS...).
    Apache 2.0.40

    4. The version of PHP and MySQL being used (php 4.2.0+ and MySql 3.23+ are required) .
    MySQL 4.0.14
    PHP 4.2.2

    5. The Web browser you are using to view ATutor, it's version number, and any default settings you may have changed.
    Mozilla 1.2.1

    6. Do you have root access to your server, or are you a hosted user on someone else's server, etc?
    I got root.

    7. List the steps you took prior to experiencing the problem.
    - gunzip ATutor.tar.gz
    - tar -xvf ATutor.tar
    - copy this dir into my /var/www/html/
    - drwxrwxrwx 16 eric eric 4096 Oct 9 14:19 ATutor
    - all files have 777 access
    - created the database atutor with the ATutor_schema.sql
    - http://ls1/Atutor


    ACCESS INFORMATION
    8. Provide access information to your ATutor installation with appropriate admin/instructor accounts.
    I am not sure I don't think that I have created this accounts.. I have only used my user name and password since I will be the admin.


    9. Provide a URL to a phpinfo page so we can see how php has been installed on your system. This is a local server so I can not provide a phpinfo... I could copy and past it.. if you like

    define('DB_USER','eric');

    /* the database password*/
    define('DB_PASSWORD','admin1');

    /* the database host */
    define('DB_HOST', 'ls1');

    /* the database tcp/ip port */
    define('DB_PORT', '3306');

    /* the database name */
    define('DB_NAME','atutor');

    /* your (ATutor system admin) password to let you add */
    /* new instructors */
    define('ADMIN_PASSWORD', 'changeyou');

    /* your (admin) email address */
    define('ADMIN_EMAIL','erics@magus-trading.com');

    /* do you want to receive emails when new instructor accounts */
    /* require approval*/
    define('EMAIL_NOTIFY', TRUE);

    /* allow regular account users to request their account o be*/
    /* upgraded to instructor accounts.*/
    define('ALLOW_INSTRUCTOR_REQUESTS', TRUE);

  • 2003-10-14 12:41:07

    here is my link

    I am getting a few warnings..

    http://rtn2.magus-trading.com/ATutor/login.php

  • 2003-10-14 12:42:03

    here is my link

    I am getting a few warnings..

    http://rtn2.magus-trading.com/ATutor/login.php

  • 2003-10-14 13:28:13

    It's working

    It's A LIVE... hey I only had my

  • 2003-10-16 17:39:22

    Good to here.

    That's always good to hear. Makes our job easier ;-)

    What was the problem, for future reference.

    [reply][b]In reply to:[/b]
    It's A LIVE... hey I only had my
    [op]forums/view.php?fid=7;pid=485;page=1#493[/op][/reply]

  • 2003-10-22 12:25:23

    The Problem was

    The name of my database I have used my internal Database host name, which was BOB.. but the internet database host was rtn2.magus-trading.com.. so once I have change that it give me the login screen.

    Thanks for all your help.

    Eric