ATutor

Learning Management Tools







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


INstallation problem 142


  • 2004-11-25 06:00:57

    INstallation problem 142

    Hi, I am instaling 1.4.2 version on Linux Mandrake 9 with the following specs:
    MySQL version 3.23.52

    Detected: Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) sxnet/1.2.4 mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3

    PHP 4.2.0 or higher (Version 4.3.0 or higher is recommended) Detected: PHP 4.2.3
    With the following options:
    --with-zlib to enable Zlib (Required) Detected: Enabled
    --with-mysql to enable MySQL support (Required) Detected: Enabled
    safe_mode must be disabled (Required) Detected: Disabled

    MySQL 3.23.x or higher (MySQL 4.x is not yet officially supported) Detected: Version Unknown
    In step 2 I have the following error:

    Warning: Invalid argument supplied for foreach() in /var/www/html/atutor/install/include/common.inc.php on line 118

    After going through all the details and after creating content folder I get the following:

    [b]Fatal error: [] operator not supported for strings in /var/www/html/atutor/install/include/step6.php on line 31[/b]

    Please help!

  • 2004-11-25 13:39:42

    Check mysql access info

    Sounds like you may have entered incorrect mysql access information. Was the database setup after step2?

    You should probably upgrade php to 4.3+ if you intend on using ATutor in a production environment.

  • 2004-11-25 13:44:05

    Installation problems

    Hi, Thanks for reply. Database was created Ok and tables as well.

    I hace downloaded PHP 4.3 but not sure of an easy way to install it. Any advise?

    Cheers

    Rinald

  • 2004-12-06 03:31:55

    install waring message ?

    I use mysql-4.0.12 + php-4.3.9 +apache-1.3.27+redhat-9.0(kernel 2.4.20 ). After install from web,it shows

    Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES) in /usr/local/apache/htdocs/ATutor/install/include/step4.php on line 53
    ..................
    .................
    Warning: mysql_insert_id(): A link to the server could not be established in /usr/local/apache/htdocs/ATutor/install/include/step4.php on line 67
    -------------------------
    I logon server and execute mysql command
    /usr/local/mysql/bin/mysql -u root -pxxxxx
    it work fine as below.
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 20 to server version: 4.0.12

    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

    mysql>
    -----------------------------
    what`s wrong with that ?
    I

  • 2004-12-06 08:29:47

    create db and table permissions

    Make sure the database user has create database and create table permissions.

    Try restarting with a fresh copy of ATutor and Install again.

  • 2004-12-07 00:18:47

    I find the real problem

    if I setup the database password with special character like
    " @, * " ,it will cause connection problem when install atutor. so I change the password ,it work fine.

  • 2004-12-09 10:29:54

    problems in step 2

    Hello. greg.
    I am installing atutor the 1.4.2 in fedora Core 3, on apache 2, php 4.3.9 and mysql 3.23.58 and in step two says:
    [red] Error [/red]
    [blue]Unable to connect to database server [/blue]

  • 2004-12-09 10:45:40

    Check mysql user info

    This usually indicates that you have entered incorrect database connection information. Check for typing errors, make sure the mysql user has create database and create table permission.

    Note that we recommend against using Apache 2, which is likely to produce a variety problems which we are unable to help with.

  • 2004-12-12 05:54:20

    Installation problem with atutor 1.4 and 1.4.2

    hi, my os is mandrake 9.1 and other requirements are:
    HTTP Web Server: Detected: Apache-AdvancedExtranetServer/2.0.44 (Mandrake Linux/11mdk) mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7a PHP/4.3.1
    PHP 4.3.1detected
    With the following options:
    --with-zlib to enable Zlib (Required) Detected: Enabled
    --with-mysql to enable MySQL support (Required) Detected: Enabled
    safe_mode must be disabled (Required) Detected: Disabled
    MySQL 3.23.x or higher (MySQL 4.x is not yet officially supported) Detected: Version Unknown

    and all tables in atutor database are created successfully, but I got one warning and one fatal eror as bellow:
    Warning: Invalid argument supplied for foreach() in /var/www/html/iut/ATutor/install/include/common.inc.php on line 118
    Fatal error: [] operator not supported for strings in /var/www/html/iut/ATutor/install/include/step6.php on line 31
    would anyone help me to solve this problem. I have tried to install 1.4 and 1.4.2, but I got the same eror for both
    :(

  • 2004-12-12 08:41:44

    Initialize arrays

    I can't reproduce the problem, but you might try explicitely initializing the arrays the installer seems to be having trouble with. Near the top of install/include/step6.php insert the following lines.

    after:
    $file = '../include/config.inc.php';

    insert:
    $progress = array();
    $feedback = array();

  • 2004-12-13 00:26:28

    Installation problem with atutor 1.4 and 1.4.2

    Thanks alot greg, I did what you said and I installed atutor 1.4.2 successfully.
    This forum is really fantastic.

  • 2004-12-17 08:56:39

    instaling 1.4.2 same problem!

    Hi Greg, I have changed the system as follows:
    instaling 1.4.2 version on Linux Mandrake 10.0 with the following specs:
    MySQL 4.0.18

    # HTTP Web Server (Apache 1.3.x is highly recommended. We do not recommend Apache 2.x) Detected: Apache-AdvancedExtranetServer/1.3.29 (Mandrake Linux/1mdk) mod_perl/1.29 PHP/4.3.4

    # PHP 4.2.0 or higher (Version 4.3.0 or higher is recommended) Detected: PHP 4.3.4
    With the following options:

    * --with-zlib to enable Zlib (Required) Detected: Enabled
    * --with-mysql to enable MySQL support (Required) Detected: Enabled
    * safe_mode must be disabled (Required) Detected: Disabled

    In step 2 I have the following error:

    Warning: Invalid argument supplied for foreach() in /var/www/html/atutor/install/include/common.inc.php on line 118

    After going through all the details and after creating content folder I get the following:

    Fatal error: [] operator not supported for strings in /var/www/html/atutor/install/include/step6.php on line 31

    Please help! Now that I have changed the PHP but MySQL is v4 but the problem is the same?

  • 2004-12-17 09:05:46

    Try the solution

    The solution is listed above.

  • 2005-04-08 07:55:14

    May I to install ATutor without Apache

    Hi. I want to install ATutor on my workstation, but I haven't Apachi. My I to iunstall it with using over web-server?
    ;) [red] [/red]

  • 2005-04-08 09:53:06

    Most Webservers Work

    Apache is the is the best webserver to use with ATutor, but you may also use others.

  • 2005-09-04 15:28:53

    mysql

    IOperating system Linux
    Kernel version 2.4.21-27.0.4.ELsmp
    Machine Type i686
    Apache version 1.3.33 (Unix)
    PHP version 4.3.11
    MySQL version 4.0.25
    lunarpages company hosts

    i too get mysql errors. i began with these errors on acollab. on acollab install i got mysql: 'not detected.' and it said it did not support above 4x.

    i saw that atutor supported 4 and above mysql .But on install of atutor, it said mysql: 'found unknown version.' i installed atutor parallel to acollab in directory. i integrated. no mysql errors on atutor, but i still have the same ones on atutor. and there is no acollab tab on atutor nor any atutor tab on acollab, though there is a radio button.

    the errors are gotten by choosing the right-hand 'options' icon after signing in under a regular user, then choosing 'accessibility' then you can choose 'drafting room' 'chatroom' or 'library' or just about any other and arrive at errors on those next pages or when you try to add a file.
    the errors can also be gotten through the admin user, going to 'chat settings' 'chat_journal' then choosing any of those 'drafting room' 'library' etc. options. if you go in through the main interface you don't see them. just when you go through accessibility options or language things.
    the mysql command errors are like this:
    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nhs-usa2/public_html/acpp/ACollab/include/lib/folders.inc.php on line 123

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nhs-usa2/public_html/acpp/ACollab/drafting/index.php on line 164




    this is on the homepage going through 'options' as regular user, but is not seen if you go through 'groups' options at the beginning:

    News & Announcements

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nhs-usa2/public_html/acpp/ACollab/home.php on line 56

    No news or announcements found.

    Go to Archive

    New Files
    Library

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nhs-usa2/public_html/acpp/ACollab/home.php on line 79

    No files found.

    Go to Library
    Drafting Room

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nhs-usa2/public_html/acpp/ACollab/home.php on line 95

    No files found.

    Go to Drafting Room
    Upcoming Events

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/nhs-usa2/public_html/acpp/ACollab/home.php on line 137



    what should i do? how do i get acollab to work on my server?