syntax error

I have just installed a clean version of emoncms 9.2 | 2015.12.10, and having the following error showing up when clicking /admin/view;

Parse error: syntax error, unexpected '[', expecting ')' in
/vagrant/www/Modules/admin/admin_controller.php on line 92

Now I don't expect the code itself having issues, so could anyone enlighten?

PHP Version 5.3.10-1ubuntu3.21

Linux precise32

Paul Reed's picture

Re: syntax error

Is redis running? do you get PONG when calling;

$ redis-cli PING

Paul

jonrescca's picture

Re: syntax error

Redis-cli PING indeed results in an expected PONG.

my set-up is a Vagrant virtual machine, based on Ubuntu 12.04 LTS, and then following the steps from here;

https://github.com/emoncms/emoncms/blob/stable/docs/LinuxInstall.md

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.