What Does This Mean?

2010/10/02 18:55:43 [error] 13550#0: *47 FastCGI sent in stderr: “PHP
Parse error: syntax error, unexpected $end in
/home/nginx/domains/domain.com/public/202-config/functions.php on line
229” while reading response header from upstream, client: 85.24.293.14,
server: domain.com, request: “GET / HTTP/1.1”, upstream:
“fastcgi://127.0.0.1:9000”, host: “domain.com

I uploaded some files to my website and it just displays a blank page…
i got this error msg from
/home/nginx/domains/domain.com/logs/error.log… how do I fix this?

On Sun, Oct 3, 2010 at 11:06 AM, [email protected] wrote:

2010/10/02 18:55:43 [error] 13550#0: *47 FastCGI sent in stderr: “PHP Parse error: syntax error, unexpected $end in /home/nginx/domains/domain.com/public/202-config/functions.php on line 229” while reading response header from upstream, client: 85.24.293.14, server: domain.com, request: “GET / HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “domain.com

I uploaded some files to my website and it just displays a blank page… i got this error msg from /home/nginx/domains/domain.com/logs/error.log… how do I fix this?

fix your php application


O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

fastcgi_intercept_errors is on most likely. And as Echo said, fix your
php :slight_smile:

a common cause for this errors is files being requested while they are
being updated.

which part is the error so i can look it up? how would i even fix
somethin thats bein requested while bein updated?