From: <bjo...@un...> - 2005-06-22 08:03:41
|
Hello, I downloaded phpESP and tried to install it on my computer for testing purpose. To install it, I followed the instruction in the install-file. But every time I try to start phpESP, I get this error message in my browser: HTTP 503 Service Unavailable [ Connection to database failed. Please check configuration. ] So, I tracked the problem down to these lines in the config file: // Database connection information $ESPCONFIG['db_host'] = 'localhost'; $ESPCONFIG['db_user'] = 'myuser'; $ESPCONFIG['db_pass'] = 'mypassword'; $ESPCONFIG['db_name'] = 'phpesp'; // ADODB $ESPCONFIG['adodb_path'] = ESP_BASE . 'admin/include/lib/adodb/'; $ESPCONFIG['adodb_database_type'] = 'mysql'; $ESPCONFIG['adodb_dbpersist'] = 'true'; $ESPCONFIG['adodb_pathto_db'] = "/var/www/phpESP/scripts/db/esp.dbm"; The connection information for MySQL are correct and do work, but I don't know what to enter for ADODB! Just for your complete information: I'm running Apache 1.3, PHP 4.3.10 and MySQL 4.1 . Any help and information is appreciated and welcome! TIA Bjoern |