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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 03:01:29 2024 UTC