I'm starting a new project with cakePHP 3.0 and I'm having problems with the cake console. When I try to run any command like:
bin/cake bake
I get the following error message:
X-Powered-By: PHP/4.4.9 Content-type: text/html
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /homepages/37/d542973365/htdocs/gestioPPF/bin/cake.php on line 33
Parse error: syntax error, unexpected T_STRING in /homepages/37/d542973365/htdocs/gestioPPF/bin/cake.php on line 33
I was working with the console without problems with cakePHP 2.x. Anyone know if I missed some previous configuration?
Thanks in advance, Cadí.