php-windows Digest 11 Jul 2003 19:46:14 -0000 Issue 1820
Topics (messages 20770 through 20774):
Windows Security Updates Problems
20770 by: Sheldon Quinton
20771 by: Delacruz, Antonio M [ITS]
20772 by: Sheldon Quinton
20774 by: Sheldon Quinton
How do I prevent double posts? > Using CURL + Authorize.NET
20773 by: Matt Babineau
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I am running php 4.3.2 as service module on IIS 5.1 with Windows XP Pro. It
stopped working after 2 windows security updates (817606, 823559) today. I
recieve a CGI error "No Headers Sent" and the browser displays nothing. PHP
runs from the command line and I have checked security permissions on the
web directory and restarted IIS. Any debugging tips on how to isolate the
problem?
Cheers
Sheldon
--- End Message ---
--- Begin Message ---
I ran into the same problem on windows 2k server. I found that it was
my code. Specifically, a space. I had defined a value for a variable
that handled a SID to perform an oracle connection from my php page. I
stumbled upon the space and everything worked like a charm.
i.e.
$var = " (sid information)";
Fixed by:
$var = "(sid information)";
-----Original Message-----
From: Sheldon Quinton [mailto:[EMAIL PROTECTED]
Sent: 10 July 2003 03:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Windows Security Updates Problems
I am running php 4.3.2 as service module on IIS 5.1 with Windows XP Pro.
It stopped working after 2 windows security updates (817606, 823559)
today. I recieve a CGI error "No Headers Sent" and the browser displays
nothing. PHP runs from the command line and I have checked security
permissions on the web directory and restarted IIS. Any debugging tips
on how to isolate the problem?
Cheers
Sheldon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Thanks Antonio, the little things always get ya!
"Antonio M Delacruz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I ran into the same problem on windows 2k server. I found that it was
my code. Specifically, a space. I had defined a value for a variable
that handled a SID to perform an oracle connection from my php page. I
stumbled upon the space and everything worked like a charm.
i.e.
$var = " (sid information)";
Fixed by:
$var = "(sid information)";
-----Original Message-----
From: Sheldon Quinton [mailto:[EMAIL PROTECTED]
Sent: 10 July 2003 03:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Windows Security Updates Problems
I am running php 4.3.2 as service module on IIS 5.1 with Windows XP Pro.
It stopped working after 2 windows security updates (817606, 823559)
today. I recieve a CGI error "No Headers Sent" and the browser displays
nothing. PHP runs from the command line and I have checked security
permissions on the web directory and restarted IIS. Any debugging tips
on how to isolate the problem?
Cheers
Sheldon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I found a space in one of my variables. But the CGi Error happen again
today. Intermittent problem with IIS 5.1. Any config tweaks suggested?
"Sheldon Quinton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am running php 4.3.2 as service module on IIS 5.1 with Windows XP Pro.
It
> stopped working after 2 windows security updates (817606, 823559) today.
I
> recieve a CGI error "No Headers Sent" and the browser displays nothing.
PHP
> runs from the command line and I have checked security permissions on the
> web directory and restarted IIS. Any debugging tips on how to isolate the
> problem?
>
> Cheers
>
> Sheldon
>
>
--- End Message ---
--- Begin Message ---
I have a CURL+Authorize.net solution in place, how can I prevent double
posts to authorize.net when I post the payment info to the page? What are
some good solutions you have in place?
Thanks,
Matt Babineau
www.criticalcode.com
e:: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] p:: 603.943.4237
--- End Message ---