[PHP-DEV] Bug #11634 Updated: Submit error From: mbeech13 <email protected>
Date: 06/24/01

ID: 11634
User Update by: mbeech13 <email protected>
Old-Status: Feedback
Status: Open
Bug Type: HTTP related
Operating system: Win2K Pro SP2
PHP Version: 4.0.6
Description: Submit error

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.

Previous Comments:
---------------------------------------------------------------------------

[2001-06-23 18:45:44] sniper <email protected>
Please include a shortest but complete script you can
reproduce the error with into this bug report.

---------------------------------------------------------------------------

[2001-06-23 18:29:10] mbeech13 <email protected>
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?

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=11634

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>