I am working with an enormous downside for hours now and it is driving me loopy, perhaps one among you already know Drupal Development reply.
Drush appears to not wish to work on my OSX (10.8.5) with MAMP (3.0.5). After I execute $ drush pmi I get Drupal Development following output:
Command pm-info wants the next bootstrap stage to run - you will want[error] to invoke drush from a extra practical Drupal surroundings to run this command. Drupal Developer drush command 'pmi' couldn't be executed. [error] Drush was not in a position to begin (bootstrap) Drupal Development Drupal database. [error] Trace: This will happen when Drush is making an attempt to: * bootstrap a web site that has not been put in or doesn't have a configured database. On this case you'll be able to choose one other web site with a working database setup by specifying Drupal Development URI to make use of with Drupal Development --uri parameter on Drupal Development command line. See `drush subject docs-aliases` for particulars. * join Drupal Development database by a socket. Drupal Developer socket file could also be unsuitable or Drupal Development php-cli might don't have any entry to it in a jailed shell. See http://drupal.org/node/1428638 for particulars. Drush was making an attempt to hook up with: Drupal model : 7.28 Website URI : http://default Database driver : mysql Database hostname : 127.0.0.1 Database username : root Database title : db_name PHP executable : /Functions/MAMP/bin/php/php5.5.10/bin/ php PHP configuration : /Functions/MAMP/bin/php/php5.5.10/conf /php.ini PHP OS : Darwin Drush model : 7.0-dev Drush temp : /tmp listing Drush configuration : Drush alias information : Drupal root : /Functions/MAMP/htdocs/drupal Website path : websites/default
I am working drush in Drupal Development drupal folder.
I am utilizing 127.0.0.1 as a substitute of localhost in my settings.php.
I’ve Drupal Development following setup in my ~/.bash_profile:
export PATH="/Functions/MAMP/Library/bin:/Functions/MAMP/bin/php5.5.10/bin:$PATH" export PATH export DRUSH_PHP="/Functions/MAMP/bin/php/php5.5.10/bin/php" export PATH=/usr/native/bin:$PATH
I’ve additionally created a symbolic hyperlink to mysql as follows:
$ sudo mkdir /var/mysql $ sudo ln -s /Functions/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
If I run:
$ php -i | grep php.ini
I get:
Configuration File (php.ini) Path => /Functions/MAMP/bin/php/php5.5.10/conf Loaded Configuration File => /Functions/MAMP/bin/php/php5.5.10/conf/php.ini
Which implies I am utilizing Drupal Development similar PHP model both in my apache server than in drush.
Now, I’ve no clue by any means on why drush will not be correctly working. Perhaps one among you’ve gotten a solution for this and hopefully for all of us who may need encountered this downside.
Thanks prematurely!