From: James E. F. <jf...@ac...> - 2002-08-05 13:14:41
|
phpESP is not yet 'E_ALL' safe. The default error level was changed somewhere around PHP 4.2.0. Try setting this in php.ini: error_reporting = E_ALL & ~E_NOTICE -James On Mon, 5 Aug 2002, Brendan Bell wrote: > Hi All, > > Im hoping someone could shed some light on this issue > > I have installed phpESP v1.4 on a server running IIS5 with PHP running. I > can get the survey up, but get errors on pages starting with > Notice: Undefined index: name in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: realm in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: title in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: subtitle in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: email in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: thank_head in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: thank_body in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: info in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Notice: Undefined index: public in > c:\inetpub\wwwroot\phpESP\admin\include\tab\general.inc on line 24 > > Now in the phpESP.ini I had a lot of trouble getting this to work, as It > kept coming up with > -------------------------------------------- > 401 Unauthorized > [ Incorrect User ID or Password, or your account has been disabled. ] > ------------------------------------------- > So I set the following line to > 'auth_design' => FALSE, > > and now I can get in. > Please note I know that the admin section is in the wwwroot directory. This > is for testing purposes only. I will lock it down later. > I have tried using this on apache, but to no avail!. > Any help would be appreciated > > thanks > brendan > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |