[PHPOpenChat-Users] (no subject)
Brought to you by:
letreo
From: Gyorgy K. <gy...@sy...> - 2004-08-31 14:18:52
|
Hello, I installed PHPOpenChat 3.0.1 but when I run https://myhost/phpopenchat/test.php I get the following eror message: Array ( [0] =3D> stdClass [1] =3D> __PHP_Incomplete_Class [2] =3D> Direct= ory [3] =3D> domnode [4] =3D> domdocument [5] =3D> domparser [6] =3D> domdocument= type [7] =3D> dtd [8] =3D> domelement [9] =3D> domattribute [10] =3D> domcdata [11= ] =3D> domtext [12] =3D> domcomment [13] =3D> domprocessinginstruction [14] =3D> domnotation [15] =3D> domentity [16] =3D> domentityreference [17] =3D> domnamespace [18] =3D> XPathContext [19] =3D> XPathObject [20] =3D> XsltStylesheet [21] =3D> adofieldobject [22] =3D> adoconnection [23] =3D> adofetchobj [24] =3D> adorecordset_empty [25] =3D> adodb_base_rs [26] =3D= > adorecordset [27] =3D> adorecordset_array [28] =3D> poc_chatter [29] =3D> poc_logger [30] =3D> poc_chat [31] =3D> poc_language [32] =3D> poc_channe= l [33] =3D> poc_line [34] =3D> poc_template [35] =3D> httpnegotiation [36] =3D> poc_channel_buffer [37] =3D> poc_translator [38] =3D> poc_recipient ) Syn= tax error in file: /var/www/html/phpopenchat/include/adodb/drivers/adodb-mysql.inc.php ADONewConnection: Unable to load database driver '' I created the database and updated the config.inc.php with the following: define('DATABASE_HOST', 'localhost'); define('DATABASE_USER', 'phpopenchat'); define('DATABASE_PASSWORD', 'xxxxxx'); define('DATABASE_TABLESPACE', 'phpopenchat') I can connect to mysql database phpopenchat with mysql program when I use the above username, password and database name. The poc_* tables are ther= e as well. I have php 4.3.2 installed. Does anybody know why I get this error message? Thanks for your help in advance. Regards, Gyorgy |