From: Brendan B. <bre...@lo...> - 2002-08-05 08:59:31
|
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 |