From: Rob de S. <rde...@af...> - 2008-08-23 16:53:59
|
Hi Mol, Not sure I can help but some basic questions just to make sure we are on the right page: Is this is a typo in the e-mail: www.myservername.com/phesp don't you mean /phpesp ? Did you create the file /phpesp/admin/phpESP.ini.php ? With your necessary MySQL server details? Regards, -- -Rob de Santos -----Original Message----- From: Mol Melia [mailto:mai...@ya...] Sent: Saturday, August 23, 2008 12:27 PM To: php...@li... Subject: [phpesp-general] not able to run phpesp after install. 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. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |