I've followed the steps to deploying the site remotely, but when I attempt to run php app/console inside the symfony folder I'm getting the following:
Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home4/username/symfony_project/app/console on line 13
Is there is an option I missed when deploying?