[vz-dev] volkszaehler mit nginx ?
Thorben Thuermer
r00t at constancy.org
Mon Jun 20 13:18:27 CEST 2011
On Mon, 20 Jun 2011 11:59:56 +0200
Harald Koenig <koenig at tat.physik.uni-tuebingen.de> wrote:
>==> vz/error.log <==
>2011/06/20 11:49:02 [error] 21196#0: *1 FastCGI sent in stderr: "PHP Parse error: syntax error, unexpected T_STRING in /var/www/volkszaehler.org/htdocs/middleware.php on line 27" while reading response header from upstream, client: 10.10.8.66, server: strom, request: "GET /middleware.php/capabilities.json HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/fpm.sock:", host: "strom-vz", referrer: "http://strom-vz/frontend/"
>
> wer hat tipps?
tipp: einfach mal nachlesen welchen code php da nicht mag...
also, in zeile 27 von middleware.php steht geschrieben:
"namespace Volkszaehler;"
"Namespaces are available in PHP as of PHP 5.3.0."
-- http://de2.php.net/manual/en/language.namespaces.rationale.php
(die fehlermeldung "unexpected T_STRING" enststeht, weil php im quelltext
stehende barewords, die keine php schluessselwoerter sind, als
strinkonstanten interpretiert... (z.B.: "echo hello;") )
- T.
More information about the volkszaehler-dev
mailing list