Questions tagged [drush]

drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

See http://drush.ws, the homepage for the drush project. It contains many important resources for drush users.

[A list of modules that include Drush integration.][3]

(drush is not a module)

[3]: http://A list of modules that include Drush integration.

346 questions
0
votes
1 answer

Drush 7 does not work with 'localhost'

I'm not able to use 'drush status' when 'localhost' is in my settings. If I switch to '127.0.0.1', Drush status works, but it isn't connected properly; ading a port hangs it. I'm using MAMP Pro 3, and it prefers 'localhost' and port 8889. If I use…
senortim
  • 111
  • 1
  • 6
0
votes
0 answers

Installing Drush over SSH messed up my Vagrant config

I have no idea what happened so I'm not going to act like I do. I installed drush over Vagrant SSH from one of my site directories so that I could clear my cache from the command line. Now, any command I run from vagrant returns alias: drush:…
JordanBarber
  • 2,041
  • 5
  • 34
  • 62
0
votes
1 answer

Drupal Drush master-branch in Windows 10 home requires composer - What and why?

After I installed Drush (master-branch for Drupal 8) at my Windows 10 home and set PATH EV with all it's needed values, I ran drush cc all... And then I got that error: C:\wamp\www\benia>drush cc all Failed loading…
user3578082
0
votes
0 answers

Linux package has been removed

Is there a way to get back the removed packages from my computer? I've made a big mistake. I am really eager to install php5-curl. I've type "sudo aptitude install php5-curl" based from what I found on the internet. I did read the message above that…
user3176382
0
votes
1 answer

Error running drush on a particular Drupal website

I had drush working on my website, but recently ive started seeing an error whenever I am inside of the website root. There was a problem acquiring the API key, please contact the site administrator. I get this error when running any drush commands…
Proximus
  • 301
  • 1
  • 5
  • 11
0
votes
1 answer

Composer not working after a clean install on centos 5

We've been working with our hoster to install composer on a centos 5 with php 5.3.9, and though we get no installation errors, running composer with any command always gives us the following: -bash-3.2$ composer help install ??+?-bash-3.2$ always…
jmfuo
  • 1
  • 1
0
votes
3 answers

Is doing drush archive-dump enough to transfer a drupal site to another server?

I am relatively new to Drupal. I have a drupal site on my staging but I would like to transfer the site to production server. My question is: Is doing drush archive-dump enough to do this? I tried doing this and it seems like the site is not loading…
irisgve
  • 119
  • 1
  • 10
0
votes
1 answer

Drush make failing on patch

I have a drush generated make file which I execute to download the necessary components and create a full drupal-panopoly file structure. The file begins as follows: ; Drush make file for Panopoly site. ; Drupal core ;…
sisko
  • 9,604
  • 20
  • 67
  • 139
0
votes
1 answer

Drupal drush error

I have installed Composer on C drive (C:\Documents and Settings\All Users\Application Data). I have a drupal7 project on D drive (D:\wamp\www\drupal71). I have installed Drush by this command: composer global require drush/drush:7.* and it…
0
votes
2 answers

PHP fatal error when call mysqli_fetch_array

I am using Drush which is launching php in command line. I copied my initial php.ini in my local directory so that php is using the same configuration as if it was launched by the web server. When used with the web server, it works well.…
Korchkidu
  • 4,908
  • 8
  • 49
  • 69
0
votes
0 answers

puppet drush composer install fails

I'm trying to provision a VM with vagrant 1.7.4 and puppet 4.2.1. Everything looks ok to the moment I'm installing drush. class tools { # package install list $packages = [ "curl", "vim", "htop", "git-core" ] # install…
Radu
  • 1,159
  • 3
  • 22
  • 40
0
votes
2 answers

omega-guard fails to start - needs omega module enabled

I have a single site drupal 7 installation with omega 4. If I use omega as the default theme, drush omega-guard works just fine, however if I set a subtheme (created with omega-wizard) default it fails to run: Command omega-guard needs the following…
damonteo
  • 33
  • 5
0
votes
1 answer

Database info missing on drush status

Why would this happen? when I run drush status it completely skips my database: drush status Drupal version : 7.38 Site URI : http://default …
emb03
  • 305
  • 2
  • 9
0
votes
2 answers

Connecting with drush to mysql server using XAMPP

I've been stuck with this drush problem for more than a week now and I've tried google my way to solution but it seems like it's impossible. The main problem is that I can't use drush for enabling my modules. That's where I'm stuck. Downloading…
johanb
  • 11
  • 3
0
votes
1 answer

touch(): Utime failed: Operation not permitted filesystem.inc:262

I'm trying to setup a Vagrant box with Puphpet to then install Drupal using Drush. However, when I drush dl drupal in my document root, I get the following error: touch(): Utime failed: Operation not permitted filesystem.inc:262 [warning] Project…
Steven Grant
  • 1,236
  • 3
  • 15
  • 32