Symfony sfControlPanel 500 error only when executing 'tasks'
- by rrlange
As a bit of background, I recently had to restore a Symfony site from backup. Ever since the 'successful' restore, I am running into an exception when trying to execute a(ny) task via the web-based sfControlPanel:
Unable to find PHP executable
stack trace
* at sfToolkit::getPhpCli()
in SF_ROOT_DIR/plugins/sfControlPanelPlugin/modules/sfControlPanel/actions/actions.class.php line 93
FYI:
symfony version 1.0.6
PHP 5.2.6 (cli) (built: May 2 2008 16:06:40)
Apache/2.2.3
CentOS 5.*
Thank you very much for any and all suggestions as to what might be amiss.
Addendum:
I neglected to mention that I can the frontend app (and certain backend apps) perfectly fine via the web. I am also able to run common tasks via the command line (cc etc.).