|
this usually has to do with the default php.ini /usr/local/lib/php.ini has functions like exec disabled (you should see the warning message when run the command posted earlier). just remove that from disable_function to workaround that. We are also working on a fix which will be included in 4.2.1.
|