From: SourceForge.net <no...@so...> - 2005-04-08 18:43:11
|
Bugs item #1179378, was opened at 2005-04-08 13:31 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1179378&group_id=8956 Category: Docs / FAQ Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: John Zollo (exafs) Assigned to: Nobody/Anonymous (nobody) Summary: FAQ Typo -- Disabling Authentication Initial Comment: I installed phpESP and received the "PHP is running in a unsupported mode" error message because my server is running in CGI mode. Read the FAQ and it mentioned disabling authentication by changing the $ESPCONFIG['auth_response'] = true; line in phpESP.ini.php to false. Unfortunately I still received the error message. I started looking around and I noticed the $ESPCONFIG['auth_design'] = true; setting. This ALSO needs to be set to false. After doing that it worked. I think this information would be helpful to others who are running phpESP without CGI on their servers. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-04-08 13:43 Message: Logged In: YES user_id=14116 Forgot to add the auth_design change. Luckily, we will be supporting form based auth soon php in CGI mode should work. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-04-08 13:43 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1179378&group_id=8956 |