Menu

Error with test.php

Hilfe/Help
Anonymous
2004-09-18
2013-04-30
  • Anonymous

    Anonymous - 2004-09-18

    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_');

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.