php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11634 Submit error
Submitted: 2001-06-23 18:29 UTC Modified: 2001-06-25 09:32 UTC
From: mbeech13 at columbus dot rr dot com Assigned:
Status: Not a bug Package: HTTP related
PHP Version: 4.0.6 OS: Win2K Pro SP2
Private report: No CVE-ID: None
 [2001-06-23 18:29 UTC] mbeech13 at columbus dot rr dot com
Whenever someone tries to submit to my site they get the
error "No input file specified"

I think it may have something to do with this code here:

case "post":
        postNews($userinfo["user_id"],
$HTTP_POST_VARS["topic"], $HTTP_POST_VARS["section"],
$HTTP_POST_VARS["title"], $HTTP_POST_VARS["department"],
$HTTP_POST_VARS["text"], $HTTP_POST_VARS["text2"],
$HTTP_POST_VARS["format"], 1);
        printHeader("$site_title - Submission Posted")

But i am not sure.

Anyone know what I might be able to do?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-23 18:45 UTC] sniper@php.net
Please include a shortest but complete script you can
reproduce the error with into this bug report.


 [2001-06-24 22:32 UTC] mbeech13 at columbus dot rr dot com
the best i can do at the moment is the error log message:
Premature end of script headers: c:/php/php.exe

If i can find the time i will find the script, maybe that will help some.
 [2001-06-25 09:32 UTC] sniper@php.net
Not enough information to start searching for possible
cause for this. Submit a new bug report when you can
provide a short script with which this can be reproduced.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC