Fred - 2006-07-18

Warning: main(config.inc.php): failed to open stream: No such file or directory in /kunden/hsp-gardemann.net/teamgardemann/openchat/index.php on line 37

Fatal error: main(): Failed opening required 'config.inc.php' (include_path='.:/usr/local/lib/php') in /kunden/hsp-gardemann.net/teamgardemann/openchat/index.php on line 37

irgendwo hängt es ich habe folgendes geändert:

/*
* database account settings
*/
define('DATABASE_HOST', 'mysql.domaingo.de');
define('DATABASE_USER', 'db58352_4');
define('DATABASE_PASSWORD', 'xxxxxchat');
define('DATABASE_TABLESPACE', 'poc');/* 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_');

sind weitere Einträge erforderlich ?