Re: [PHP] cgi error --- please help

2004-01-28 Thread Len Borowski
I recently had this error. Turns out that my php binary was the CLI(command line interface only) version, not the cgi version and so it wasn't sending the headers before parsing the php file. You should look at getting the right php binary. Also, if you have a question, you don't make 2 seperate

RE: [PHP] cgi error --- please help

2004-01-28 Thread Gryffyn, Trevor
: Wednesday, January 28, 2004 4:52 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] cgi error --- please help I recently had this error. Turns out that my php binary was the CLI(command line interface only) version, not the cgi version and so it wasn't sending the headers before parsing the php

Re: [PHP] CGI ERROR

2004-01-27 Thread - Edwin -
On Tue, 27 Jan 2004 18:41:39 -0800 Dale Hersh [EMAIL PROTECTED] wrote: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. I am getting this error and I can't figure out what is causing the problem. If I hit refresh on the broswer, the page

Re: [PHP] CGI error when loading iFRAME

2003-11-15 Thread Marek Kilimajer
Miroslav I. wrote: Hi, people #The problem: There is an error message that stops proper loading of one iFRAME, I couldn't understand what is the problem. Complete error message issued: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers

Re: [PHP] CGI Error, IIS

2003-09-14 Thread Curt Zirzow
* Thus wrote nabil ([EMAIL PROTECTED]): Why this happen with me with IIS CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: check your IIS logs. Curt -- I used to think I was indecisive, but now I'm not so sure.

Re: [PHP] CGI Error, IIS

2003-09-14 Thread John W. Holmes
nabil wrote: Why this happen with me with IIS CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Although it's not a bug, read this: http://bugs.php.net/bug.php?id=12061 -- ---John Holmes... Amazon Wishlist:

Re: [PHP] CGI error

2001-08-10 Thread Phil Driscoll
On Thursday 09 August 2001 17:21, [EMAIL PROTECTED] wrote: After install PHP when I try to open in a URL the address: http://casa/IISSamples/Default/exemplo.php I receive the following error: Error 403 of HTTP 403.1 Forbided: forbided execution access First experiment: Put a file called

Re: [PHP] CGI error

2001-08-09 Thread Phil Driscoll
On Thursday 09 August 2001 07:47, karthik wrote: Hi, I am running PHP 4.06 on Windows 2000 with IIS 5. I am running PHP in CGI mode. I seem to be getting CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Re: [PHP] CGI error

2001-08-09 Thread karthik
: Phil Driscoll [EMAIL PROTECTED] To: karthik [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 1:50 PM Subject: Re: [PHP] CGI error On Thursday 09 August 2001 07:47, karthik wrote: Hi, I am running PHP 4.06 on Windows 2000 with IIS 5. I am running PHP in CGI mode. I

Re: [PHP] CGI error

2001-08-09 Thread Phil Driscoll
On Thursday 09 August 2001 09:46, karthik wrote: Hi, In install.txt there seems to be settings on how to install under various web servers. Well what about this bit: You have installed PHP, but when try to access a php script file via your browser, you get the error: cgi error:

Re: [PHP] CGI error

2001-08-09 Thread Steve Brett
i tend to get this error when the page being called doesn't exist. check the link and the file name Steve Phil Driscoll [EMAIL PROTECTED] wrote in message 01080909463405.04245@linux">news:01080909463405.04245@linux... On Thursday 09 August 2001 09:46, karthik wrote: Hi, In install.txt

RE: [PHP] CGI error

2001-07-24 Thread Phil Spitler
Along with help from Josh Hoover, (*thanks again Josh*), I was able to find a fix for this problem. There must be some sort of bug with IIS and PHP. Everything was set up correctly and I was pointing to the correct the correct path for the cgi .exe file. However it didn't start working for me

Re: [PHP] CGI error

2001-07-24 Thread Phil Driscoll
On Tuesday 24 July 2001 20:44, Phil Spitler wrote: There must be some sort of bug with IIS and PHP. Everything was set up correctly and I was pointing to the correct the correct path for the cgi .exe file. However it didn't start working for me until checking Check that file exists in the

RE: [PHP] CGI error

2001-07-24 Thread Phil Spitler
. Phil -Original Message- From: Phil Driscoll [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 4:06 PM To: Phil Spitler; [EMAIL PROTECTED] Subject: Re: [PHP] CGI error On Tuesday 24 July 2001 20:44, Phil Spitler wrote: There must be some sort of bug with IIS and PHP

Re: [PHP] CGI error

2001-07-24 Thread Phil Driscoll
On Tuesday 24 July 2001 21:34, Phil Spitler wrote: I hear what you are saying. I just don't understand why if php.exe is where I was telling it and permissions were all set up correctly, why it started working after that was checked. I did nothing else but check it and if I understand what

Re: [PHP] CGI Error when processing form

2001-06-22 Thread Markus Kühni
We've got the same problem. Did you find a resolution? Thanks, MarkMirco seth [EMAIL PROTECTED] wrote in message 9ej8pq$i1n$[EMAIL PROTECTED]">news:9ej8pq$i1n$[EMAIL PROTECTED]... Hi, I'm really new to PHP and i'm not too smart!..., I pulled some from code out of scripts.com for processing