ID: 8744
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: IIS related
Assigned To:
Comments:
Can you tell us what is in the logs of IIS?
Previous Comments:
---------------------------------------------------------------------------
[2001-01-16 14:07:45] [EMAIL PROTECTED]
Our situation is similar to that in bug report 8571, particularly situations 1 and 2.
After adding, updating or deleting a record to a MSSQL database, the user is referred
to this function (stored in file which is included in each page):
function pageRedirect($inURL) {
header("Location: $inURL");
exit;
}
$inURL is never exactly the same as the current URL - either you are redirected to a
completely different file name, or to the same file name with a different query string
appended.
The record modification part always completes successfully in MSSQL, and the header()
function sends the user to the new URL, but this error occurs:
[start]
CGI ERROR
CGI application misbehaved by not returning a complete set of headers. The headers
that it
did return are:
[end]
... and any code in the page that the user has been redirected to is NOT executed. If
the user clicks refresh, it does and all is well.
This is a PHP web application being ported from a Linux/mySQL environment, where it
works, so it appears to be an IIS-specific issue.
Thanks in advance for any feedback.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8744
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]