php.cgi parse error
Posted by: vaxocentric
Posted on: 2005-11-28 01:45:00
When POSTing to a PHP page (that worked beautifully on another server) I get the following:
Warning: Unexpected character in input: '' (ASCII=15) state=1 in /usr/local/dh/cgi-system/php.cgi on line 4118
Parse error: parse error, unexpected '*' in /usr/local/dh/cgi-system/php.cgi on line 4118
And the URL is redirected to:
http://jscottkelley.com/cgi-system/php.cgi
I've never received an error message to the like before (usually the parse error specified the .php file and line number). Is this just telling me something is screwy somewhere with my php page? I just find the message a little esoteric and am not certain where to begin troubleshooting. Thanks.
-Jonathan