From: Rob de S. <rde...@af...> - 2008-08-23 17:50:48
|
Yes, you need to set up the /phpesp/admin/phpESP.ini.php file using the /phpesp/admin/phpesp.ini.php.default file as a guide and you must create a MySQL database to store the surveys and data. The /phpesp/docs/INSTALL document will walk you through the necessary steps. -- -Rob de Santos -----Original Message----- From: Mol Melia [mailto:mai...@ya...] Sent: Saturday, August 23, 2008 1:23 PM To: rde...@af... Subject: Re: [phpesp-general] not able to run phpesp after install. Hi, yes thats a typo. its is ment to be www.myservername.com/phpesp all i have done is unzip the tar file into be domain directory - i havent set up any file or altered any files. i have not set up a database either.. do i need to do that... thanks m. --- On Sat, 8/23/08, Rob de Santos <rde...@af...> wrote: > From: Rob de Santos <rde...@af...> > Subject: Re: [phpesp-general] not able to run phpesp after install. > To: php...@li... > Date: Saturday, August 23, 2008, 12:53 PM > 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 > > > ------------------------------------------------------------------------- > 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 |