My usual hosting environment is a dedicated server, however for one project I am required to deploy Symfony onto a Linux shared hosting account.
The project itself works fine, however, when I SSH in to the server the command line does not work as expected.
For example, if I navigate to data/symfony/bin then type:
php symfony
this returns the list of symfony functions, but not the tasks associated to my plug-ins such as sfLucene.
How do I make the CLI aware of the plug-ins, so that I can run tasks such as rebuilding my sfLucene index?