in reply to Re: Re: CGI Header problem/question
in thread CGI Header problem/question
The first line of the error_log that you didn't include in your original post is actually the useful one that would have given the clue as to what the problem was.
The "premature end of script headers" just means that the error happened and the script aborted (or in your case never executed) before the headers could be sent. It pretty much always follows the real error message and is therefore not of any help in diagnosing a script error.