2009-08-01 17:08:32
Cannot Install AT 163
Hi All,
I am having a difficulty installing AT for the first time. I can't get past step 3. Any help would be greatly appreciated.
Things to describe:
Operating system ATutor is installed on - Linux infong 2.4
ATutor version - Trying to install 1.6.3
Patch #s applied - n/a
ATutor theme name - Can't get past installation
PHP version - 4.4.9
MySQL version - 5.0.67
Webserver & version - Apache (Can't find version)
Copies of error messages - See below
Changes to default settings - n/a
Web browser being used - Firefox 3.0.11
...and anything else relevant - See below
Step 2 Problem: It would not create the database tables and I got an error message stating that it could not connect to database.
I changed the following line
From: $db = @mysql_connect($_POST['db_host'] . ':' . $_POST['db_port'], $_POST['db_login'],
$_POST['db_password']);
To: $db = mysql_connect($db_host, $db_login, $db_password);
And it created the tables and went to step 3.
Step 3 Error Messages:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /homepages/atutor/install/include/step3.php on line 95
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /homepages/atutor/install/include/step3.php on line 98
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /homepages/atutor/install/include/step3.php on line 102
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /homepages/atutor/install/include/step3.php on line 106
Again, I can't get past step 3.
Any help will be greatly appreciated.
Thanks in advance!
Gary