Active
Project:
Drupal Terminal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2010 at 15:14 UTC
Updated:
10 Aug 2010 at 18:35 UTC
Hi
I am not sure if it is the issue of drush or drush terminal.
I can issue the following commands and they executed nicely.
However "ERROR: A server error has occured. Check your command." was displayed after I issued "drush help"
I checked that the path of drush is right. In fact, before I updated to the latest drush 3.0, everything seems fine.
I built the whole site and the problem is still here.
Here is a list of modules/components installed
I am using bluehost, with PHP in FCGI mode.
Please help. Thanks.
Comments
Comment #1
robonoob commentedHi,
I setup the identical environment in a window 7 machine (XAMPP, PHP in mod_php) and it works perfectly.
It turns out that the server in Bluehost just stop responding whenever a 'exec' command is issued in FastCGI mode.
any idea?
Comment #2
crimsondryad commentedHopefully you found an answer before now. More than likely "exec()" has been turned off by your host as a security measure. Though typically Drush will output a message to that effect if that's what happened. Type -v after your drush command for verbose...it may tell you. :)