0

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?

1 Answer 1

1

Nvm, figured it out need to use '/opt/php55/php' instead of 'php'.

e.g., /opt/php55/bin/php app/console

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.