From: Mol M. <mai...@ya...> - 2008-08-23 16:27:10
|
Hi, I am having a lot of trouble... i have installed phpesp into a web accessible folder the root of my domain. and when i go to www.myservername.com/phesp i get the following: FATAL: Unable to open config file admin/phpESP.ini.php. Aborting. See admin/phpESP.ini.php.default for all options. A small example: <?php // use http or https? $ESPCONFIG['proto'] = 'http://'; // Base URL for phpESP $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/phpESP/' ; // Database connection information // for the database type, change $ESPCONFIG['adodb_database_type'] (further down ) $ESPCONFIG['db_host'] = 'localhost'; $ESPCONFIG['db_user'] = 'root'; $ESPCONFIG['db_pass'] = ''; $ESPCONFIG['db_name'] = 'phpesp'; $DB_PREFIX = "phpesp_"; // If you want your database tables to use a prefix, s et it here. $OLD_DB_PREFIX = ""; // When switching prefixes, give here the current existin g prefix in the db ?> I dont understand what this means.... I have checked that my web server is php enabled and also running mySQL server... all help greatly appreciated... thanks m. |