php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6148 Server Application Error
Submitted: 2000-08-14 10:45 UTC Modified: 2000-12-07 11:29 UTC
From: kohnen at csb dot de Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: WinNT 4 (SP6a)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kohnen at csb dot de
New email:
PHP Version: OS:

 

 [2000-08-14 10:45 UTC] kohnen at csb dot de
I have an HTML-Form that does not pass any variables but the button that was pressed.
From time to time it occurs, that my server says "Server Apllication Error" after klicking the button.

I run PHP4 as ISAPI-Module and I am aware that it is not qualified as "stable", but I just wanted to let you know about this bug, and that the ISAPI-Modul works just fine for me in most cases (DB-access via ODBC, form-handling, etc.)

Keep up the good work.

If I cant do anything to help you debug that problem let me know.

P.S.: The script called by the HTML-Form looks something like this:
<?
if(strlen($cancel) != 0)
{
        header("Location: URL1");
        exit;
}

if(strlen($ok) != 0)
{
        header("Location: URL2");
        exit;
}
?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-08 19:00 UTC] sniper@php.net
Is this still happening with PHP4.0.3pl1 ?

--Jani
 [2000-12-07 11:29 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 10:01:28 2025 UTC