How to get Drush to use alternative php.ini
I’m trying to get Drush up and running on my webserver via SSH. I’m new to working with SSH so hopefully someone can help me work this out. When checking Drush’s status it mentions that the...
View ArticleDrush and Composer installed but I'm getting errors
Trying to use any drush command I get an error saying autoload.php won’t load. It’s in the vendor folder which is in the web root where I’m pretty sure it’s supposed to be. It also has chmod +x...
View ArticleDrush is not able to bootstrap on Windows
I’m having problems getting drush to bootstrap my site. My problems are similar to the one this gentleman was having. I asked this question once and it was put on hold, I guess because someone thought...
View ArticleDrush make and multisite
I am building a multisite and each sub-site may have its own contrib modules. For example: sites/all/modules/contrib/entity sites/site1/modules/contrib/views sites/site2/modules/contrib/services I...
View Articledrush sql-dump skip extended inserts?
Does drush have an option in its sql-dump command to skip extended inserts? I am looking for a particular value in the database, and having shorter lines would be a boon for my task.
View ArticleDrush hangs only when executing a command on a remote machine
I am trying to use Drush to synchronise a local dev version of my Drupal site and I’ve set up the following alias file (spc.aliases.drushrc.php) in my .drush directory to allow Drush to connect...
View ArticleAre Drush configuration files compatible across all Drush versions?
I’ve been using the same drushrc.php and aliases.drushrc.php files with Drush 6 and 7 and haven’t noticed any problems; however, I also haven’t used very complicated Drush configurations in the past....
View ArticleNumerous dependencies don't get installed with “drush en -y” command for...
I tried to install the rooms module, obviously a very complex module with lots of dependencies, I tried with drush: drush en rooms -y This is the module: https://www.drupal.org/project/rooms But even...
View ArticleCreate a .make file task in Bamboo by using Drush for a Drupal project
I’m setting up a CI system by using Bamboo. My aim: As soon as a change is pushed to the bitbucket server, the next task will create a “.make” file using Drush. Bamboo is also found on the same server...
View ArticleWhy doesn't 'drush cc all' work?
I installed Drush, but most of the commands doesn’t work, I guess. I tried drush cc all and got the following output: Command cache-clear needs a higher bootstrap level to run – you will need invoke...
View Article