Skip to content

Instantly share code, notes, and snippets.

@maestrojed
Created February 25, 2016 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maestrojed/78ff27cfae1f65821ce8 to your computer and use it in GitHub Desktop.
Save maestrojed/78ff27cfae1f65821ce8 to your computer and use it in GitHub Desktop.
Drush Bootstrap Error after moving to Acquia Dev Desktop.
maestrojed@calculon ~/Dropbox (betheoutlier)/Jed/Outlier/drupal/AquiaDevDesktop/mysite-dev/docroot/sites/mysite.org (dev)$ drush --debug dis memcache
Bootstrap to phase 0. [0 sec, 1.88 MB] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drush() [0.01 sec, 2 MB] [bootstrap]
Cache MISS cid: 6.5.0-alias-path--0bdc7cded5680e47bf3d20ddc0fe642f [0.01 sec, 2.01 MB] [debug]
Cache HIT cid: 6.5.0-commandfiles-0-f0df2b80891c795268df1986a0844035 [0.01 sec, 2.02 MB] [debug]
Bootstrap to phase 0. [0.04 sec, 5.39 MB] [bootstrap]
Bootstrap to phase 6. [0.06 sec, 5.39 MB] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.06 sec, 6.27 MB] [bootstrap]
Initialized Drupal 7.41 root directory at /Users/maestrojed/Dropbox (betheoutlier)/Jed/Outlier/drupal/AquiaDevDesktop/mysite-dev/docroot [0.06 sec, 6.27 MB] [notice]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.07 sec, 6.28 MB] [bootstrap]
Initialized Drupal site mysite.org at sites/mysite.org [0.07 sec, 6.28 MB] [notice]
Cache HIT cid: 6.5.0-commandfiles-2-95014adead137d311edc2ad300ce72f2 [0.07 sec, 6.29 MB] [debug]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.07 sec, 6.53 MB] [bootstrap]
Bootstrap to phase 5. [0.07 sec, 6.55 MB] [bootstrap]
Command pm-disable needs a higher bootstrap level to run - you will need to invoke drush from a more functional Drupal environment to run this command. [0.07 sec, 6.55 MB] [error]
The drush command 'dis memcache' could not be executed. [0.07 sec, 6.55 MB] [error]
Drush was not able to start (bootstrap) the Drupal database. [error]
Hint: This may occur when Drush is trying to:
* bootstrap a site that has not been installed or does not have a configured database. In this case you can select another site with a working database setup by specifying the URI
to use with the --uri parameter on the command line. See `drush topic docs-aliases` for details.
* connect the database through a socket. The socket file may be wrong or the php-cli may have no access to it in a jailed shell. See http://drupal.org/node/1428638 for details.
Drush was attempting to connect to:
Drupal version : 7.41
Site URI : http://mysite.org
Default theme : garland
Administration theme : garland
PHP executable : /usr/bin/php
PHP configuration :
PHP OS : Darwin
Drush version : 6.5.0
Drush configuration :
Drush alias files :
Drupal root : /Users/maestrojed/Dropbox (betheoutlier)/Jed/Outlier/drupal/AquiaDevDesktop/mysite-dev/docroot
Site path : sites/mysite.org
File directory path : sites/mysite.org/files
[0.1 sec, 6.68 MB]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment