hmm, von gestern kurz nach 11:00 :

pi@raspberrypi /var/www/volkszaehler.org $ php -r '$m=filemtime("lib/Volkszaehler/Definition/EntityDefinition.json");$t=time();echo("$t-$m=".($t-$m));'
1422954536-1422871376=83160

sollte also ok sein...
wie auch immer, jetzt geht es (auch nach (Zurück-)Setzen auf debug = false)
Grüße

Am 03.02.2015 um 09:19 schrieb Andreas Goetz:
Argh.

On Mon, Feb 2, 2015 at 7:58 PM, Sirko <mail_...@nurfuerspam.de <mailto:mail_...@nurfuerspam.de>> wrote:

    Hmm,

    da scheint noch was nicht zu stimmen:
    pi@raspberrypi ~ $ php -r
    
"$m=filemtime('lib/Volkszaehler/Definition/EntityDefinition.json');$t=time();echo($t.'-'.$m.'='.($t-$m));"
    PHP Parse error:  syntax error, unexpected '=' in Command line
    code on line 1


Linux und seine Kommandozeile... Dann eben soherum mit den Quotes:

php -r '$m=filemtime("lib/Volkszaehler//EntityDefinition.json");$t=time();echo("$t-$m=".($t-$m));'

Viele Grüße,
Andreas




    Am 02.02.2015 um 15:43 schrieb Andreas Goetz:

        php -r
        
"$m=filemtime('lib/Volkszaehler/Definition/EntityDefinition.json');$t=time();echo($t.'-'.$m.'='.($t-$m));"




Reply via email to