getgrav / grav-plugin-error

Grav Errors Plugin
https://getgrav.org
MIT License
4 stars 29 forks source link

cli command `bin/plugin error log` sintax error #5

Closed hugoaf closed 8 years ago

hugoaf commented 8 years ago

Hi,

I am trying to test here the bin/plugin error log cli command, but getting this error:

Parse error: syntax error, unexpected '.', expecting ',' or ';' in plugins://error/cli/LogCommand.php on line 18
Whoops\Exception\ErrorException: syntax error, unexpected '.', expecting ',' or ';' in file plugins://error/cli/LogCommand.php on line 18
Stack trace:
  1. () plugins://error/cli/LogCommand.php:18

is about this line:

protected $logfile = LOG_DIR . 'grav.log';

my cli php -v is: PHP 5.5.30

w00fz commented 8 years ago

Fixed, this was an issue with PHP 5.5 and lower only