eduardo - 2004-03-14

Hi,
I am trying to install PHPOpenchat v.2.3.4 over Apache 1.3.29(Unix), MySQL 4.0.18-standart and PHP 4.3.3.  The admin/install.php file did not work, it didn't show the database i already had.  Then i did everything manually myself: i set the database name, user and password in the config.inc.php, and i wrote the .htaccess file myself.  I then changed the values for the default channeland the passphrase in the db.schema file to match the value i had set in the congig.inc.php file, and then i imported the db.schema with PHPMyAdmin.
Now when i got to admin/index.php i get these errors:

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home2/taijiqua/public_html/chat/html/admin/admin_channels.php on line 168

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home2/taijiqua/public_html/chat/html/admin/admin_channels.php on line 172

And if i select something in the left-hand side bar in the admin page i get similar erros (just different lines and files, but the same error).

All help will be appreciated, i have no idea what to do now.
Thanks,
Eduardo