If it says it is not returning a complete set of HTTP headers from CGI, then it means your host has FastCGI installed wrong. Nothing you can do about it except yell at them.
On Nov 20, 6:38 am, trooney <[EMAIL PROTECTED]> wrote: > Hi Chris, > > Thanks for the repsonse. Should have included this in the first > message, but the setup is: Win2K3, Microsoft IIS 6, PHP 4.3.10 w/ > FastCGI. > > Unfortunately I'm on a shared host and modify the system config, and I > receive that CGI error on any page within Cake. > > I'll fool around with the constants a bit more, but any extra insight > would be appreciated! > > On Nov 19, 2:58 pm, "Christopher E. Franklin, Sr." > > > > <[EMAIL PROTECTED]> wrote: > > What version of IIS? Download the FastCGI Tech preview for your IIS > > version, download the php 5.2 zip file(not the installer). Unzip > > fastcgi, browse to that dir in command prompt and type fcgi /install > > and then type fcgi /add C:\php\php-cgi.exe php and then restart IIS. > > Your php files should work now. Instead of using index.php/controller/ > > action which did not work for me, use index.php?url=/controller/action > > Leave that ENV thing commented. I uncommented it on Windows with IIS7 > > and got a ton of errors (which are something I am doing obviously as > > cake foundation disavows any bugs in their code) > > > On Oct 11, 4:25 am, CakeMan <[EMAIL PROTECTED]> wrote: > > > > Hi ALL, > > > > I am having an trouble running Cakephp with IIS. It is giving me the > > > error as "CGIError > > > The specifiedCGIapplication misbehaved by not returning a complete > > > set of HTTP headers." > > > > What is the problem ? Please help me out to run cakephp on IIS as my > > > client only has IIS/Windows server. > > > > Thanks- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
