clearing symfony2 cache on shared server with:
php app/console cache:clear --env=prod
Gives me red box with error:
[RuntimeException]
sh: : command not found
It used to work before on the server, not sure what changed and how to correct this?