[PHP-WIN] PHP4.0.6 Windows installer - that CGI error again!

2001-09-30 Thread Maurice Delaney
OK here's the story. I've read the FAQs, been through the mail archive and read every solution, including those which say to read the install.txt, which I've done, but I still get: CGI error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The he

php-windows Digest 30 Sep 2001 11:30:34 -0000 Issue 781

2001-09-30 Thread php-windows-digest-help
php-windows Digest 30 Sep 2001 11:30:34 - Issue 781 Topics (messages 9616 through 9618): IIS 5.1 weird problem - please help 9616 by: Mikro COM /DCOM 9617 by: Mike PHP4.0.6 Windows installer - that CGI error again! 9618 by: Maurice Delaney Administrivia: To subsc

[PHP-WIN] Re: mysql_fetch_array() doesn't work

2001-09-30 Thread Web user
Hello, First, Thank you all for your help! I finally found the reason for why does the IE always show info as below: "Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:\program files\apache group\apache\htdocs\web\site1\list.php on line --[the number of line]"

[PHP-WIN] Permissions in C:\WINNT\system32 - PHP4.0.6 Windows installer CGI error

2001-09-30 Thread Maurice Delaney
Whan I made the anonymous user to me, PHP began to work, so it was permissions. So I gave IUSR_server Read (RX) permissions to C:\WINNT\system32, and the error went away, PHP worked! It's a bit drastic though as a solution. I already had Read (RX) permissions for MSVCRT.DLL and that wasn't

Re: [PHP-WIN] PHP4.0.6 Windows installer - that CGI error again!

2001-09-30 Thread Phil Driscoll
By way of an experiment, remove the .php app mapping in the management console. You should then just get your php source code served up. Do you? -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-WIN] PHP4.0.6 Windows installer - that CGI error again!

2001-09-30 Thread Phil Driscoll
On Sunday 30 September 2001 7:24 pm, Phil Driscoll wrote: > By way of an experiment, remove the .php app mapping in the management > console. You should then just get your php source code served up. Do you? Scrub that - sorry - I didn't read your later post. -- Phil Driscoll -- PHP Windows Mail

RE: [PHP-WIN] COM /DCOM

2001-09-30 Thread alain samoun
Did you set-up the permissions in DCOMCNFG.EXE? This applies for COM and DCOM in win2000 and NT. Also, DCOM has to be enabled when compiling PHP4.x Alain -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 4:58 PM To: [EMAIL PROTECTED] Subject: [PHP

[PHP-WIN] Re: Using COM

2001-09-30 Thread Crawley
"David Broker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Rich, > Microsoft claims (in the IIS help) that this is an object which you can access > with any language which supports COM. > > In the VBscript found on any Win2K server it is called like this: >

Re: [PHP-WIN] Re: Using COM

2001-09-30 Thread Alain Samoun
Except that it should be: $IIS_Admin = new COM( "wwIISADmin.IIS4Config" ); ;0 ---^ Alain On Sun, Sep 30, 2001 at 10:21:43PM +0100, Crawley wrote: > > "David Broker" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Rich, > > Microsoft claims (in the

php-windows Digest 30 Sep 2001 23:33:00 -0000 Issue 782

2001-09-30 Thread php-windows-digest-help
php-windows Digest 30 Sep 2001 23:33:00 - Issue 782 Topics (messages 9619 through 9627): Re: mysql_fetch_array() doesn't work 9619 by: Web user Permissions in C:\WINNT\system32 - PHP4.0.6 Windows installer CGI error 9620 by: Maurice Delaney Re: PHP4.0.6 Windows installer -

[PHP-WIN] Re: Using COM

2001-09-30 Thread David Broker
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Crawley) wrote: > >"David Broker" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> Rich, >> Microsoft claims (in the IIS help) that this is an object which you can >access >> with any language which supports C

Re: [PHP-WIN] Re: mysql_fetch_array() doesn't work

2001-09-30 Thread Justin Blake
> It only works when the $arr['user_id'] is out of the quotes. > echo " target='_top'>"; > then IE showed no error any longer Thank you! I was having the exact same problem. Justin -- http://blaix.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]