ADONewConnection: Unable to load database driver ''
What's going wrong. i did everything that is written in the install file
these are the db-settings:
define('DATABASE_HOST','localhost');
define('DATABASE_USER','feet');
define('DATABASE_PASSWORD','from');
define('DATABASE_TABLESPACE','url_nl_-_tablespace');
/* The value 'poc' is an example only!
* a tablespace contains your sql-tables
* MySQL calls it 'database', so you have to enter the name of your database here.
* If you don't have such a tablespace already, MySQL users have to do:
* # mysqladmin create DATABASE_TABLESPACE
* # mysql -u DATABASE_USER -pDATABASE_PASSWORD DATABASE_TABLESPACE < /your/path/to/phpopenchat/db.schema
*/
define('DATABASE_TABLE_PREFIX', 'poc_');
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is the error:
Array ( [0] => stdClass [1] => __PHP_Incomplete_Class [2] => Directory [3] => adofieldobject [4] => adoconnection [5] => adofetchobj [6] => adorecordset_empty [7] => adodb_base_rs [8] => adorecordset [9] => adorecordset_array [10] => poc_chatter [11] => poc_logger [12] => poc_chat [13] => poc_language [14] => poc_channel [15] => poc_line [16] => poc_template [17] => httpnegotiation [18] => poc_channel_buffer [19] => poc_translator [20] => poc_recipient ) Syntax error in file: /var/www/html/phpopenchat/include/adodb/drivers/adodb-mysql.inc.php
ADONewConnection: Unable to load database driver ''
What's going wrong. i did everything that is written in the install file
these are the db-settings:
define('DATABASE_HOST','localhost');
define('DATABASE_USER','feet');
define('DATABASE_PASSWORD','from');
define('DATABASE_TABLESPACE','url_nl_-_tablespace');
/* The value 'poc' is an example only!
* a tablespace contains your sql-tables
* MySQL calls it 'database', so you have to enter the name of your database here.
* If you don't have such a tablespace already, MySQL users have to do:
* # mysqladmin create DATABASE_TABLESPACE
* # mysql -u DATABASE_USER -pDATABASE_PASSWORD DATABASE_TABLESPACE < /your/path/to/phpopenchat/db.schema
*/
define('DATABASE_TABLE_PREFIX', 'poc_');
Replace public with var in adodb-{db_type}.inc.php file.
http://sourceforge.net/forum/forum.php?thread_id=1135826&forum_id=44845