|
From: James E. F. <jf...@ac...> - 2003-02-14 03:43:17
|
And set the 'prefix' (in phpesp.ini) to the directory where you untar'ed phpesp. -James On Thu, 13 Feb 2003, Matthew Gregg wrote: > You need to edit handler.php, handler-prefix.php and survey.php > under "pathtoyourphpesp/public" directory, to point to your > phpESP.ini. > > > On Thu, Feb 13, 2003 at 12:56:39PM -0800, Tom Hebert wrote: > > Hi all, > > > > I'm trying to install v1.5 on a $10/month linux > > hosting account, so I don't have the ability to > > install the code in the suggested > > '/usr/local/lib/php/contrib/phpESP' location (least I > > don't think I can) > > > > With DEBUG on in the phpESP.ini file, I see the > > following reported in the SERVER_SOFTWARE variable: > > > > Apache/1.3.26 (Unix) mod_bwlimited/1.0 PHP/4.2.2 > > mod_log_bytes/0.3 FrontPage/5.0.2.2510 mod_ssl/2.8.9 > > OpenSSL/0.9.6b > > > > The Management Interface seems to work fine. I can > > make/edit/kill surveys. The problem comes in when try > > to actually take a survey, from the constructed URL > > the FINISH tab displays, such as: > > http://www.mydomain.com/phpESP/public/survey.php?name=Marketing_Survey > > > > I get the dreaded "can not find your includes ... > > check your ini settings" error. I've spent about a day > > on this error. > > > > If I go to pspESP.ini and insert the debugging line: > > > > echo($ESPCONFIG['include_path'].'/funcs'.$ESPCONFIG['extension']); > > > > immediately in front of the error code, I get: > > > > include/funcs.inc > > > > I've kept the phpESP directory structure intact (no > > mods). > > > > Here's some possibly pertinent info from the phpESP > > DEBUG facility: > > > > name phpESP > > prefix > > base_url http://www.mydomain.com/phpESP/ > > include_path include > > extension .inc > > image_path http://www.mydomain.com/phpESP/images/ > > handler /phpESP/public/handler.php > > handler_prefix /phpESP/public/handler-prefix.php > > auto_handler > > http://www.mydomain.com/phpESP/public/survey.php > > survey_css_dir > > http://www.mydomain.com/phpESP/public/css/ > > survey_css /phpESP/public/css/ > > > > Any help would be appreciated. > > > > T. Hebert > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Shopping - Send Flowers for Valentine's Day > > http://shopping.yahoo.com > > > > > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > are you planning your Web Server Security? Click here to get a FREE > > Thawte SSL guide and find the answers to all your SSL security issues. > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > |