Closed (won't fix)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Apr 2010 at 06:11 UTC
Updated:
11 Sep 2013 at 04:56 UTC
Everything on my aegir 0.4 alpha 6 installation is running fine. I just have one issue. When i install modules into the hostmaster platform, i have no problems but if i try to install modules to other platforms using drush, i get this error. "Drush command could not be completed"
when i download to the hostmaster platform:
:~/hostmaster-0.4-alpha6$ drush dl acquia_prosper
Project acquia_prosper (6.x-1.0-beta4) downloaded to [success]
/var/aegir/hostmaster-0.4-alpha6/sites/all/themes/acquia_prosper.
:~/hostmaster-0.4-alpha6$ drush dl skinr fusion
Project skinr (6.x-1.5) downloaded to [success]
/var/aegir/hostmaster-0.4-alpha6/sites/all/modules/skinr.
Project fusion (6.x-1.0-rc1) downloaded to [success]
/var/aegir/hostmaster-0.4-alpha6/sites/all/themes/fusion.
When I try to install modules into my acquia-drupal patform:
:~/acquia-drupal-1.2.23$ drush dl ubercart fusion skinr
Drush command could not be completed. [error]
:~/acquia-drupal-1.2.23$ drush dl ubercart
Drush command could not be completed. [error]
:~/acquia-drupal-1.2.23$ drush dl acquia_prosper
Drush command could not be completed. [error]
Am I doing something wrong?
System Debian 5
MySQL database 5.0.51a
PHP 5.2.13-0.dotdeb.0
PHP memory limit 512M
PHP register globals Disabled
drush is located in /var/aegir/drush
Comments
Comment #1
jonhattanuse --debug flag and report the output. Also check file permissions.
Comment #2
lloydpearsoniv commenteddebug doesnt even work... permissions are fine
debug doesnt even work... permissions are fine
Comment #3
greg.1.anderson commentedTry:
drush --debug dl ubercartDid you specify -r and -l in your drushrc.php file? If you cd to your root folder, as you do in #0, that will provide drush with -r but not -l. If you cd to your sites folder, as you do in #2, then drush can infer both -r and -l, but it won't do this if you set -r and -l to some other site in your drushrc.php file.
See README.txt.
Comment #4
lloydpearsoniv commentedComment #5
greg.1.anderson commentedIs your setting.php file stored at sites/default/settings.php? If not, please see #3. Hint: If settings are at sites/foo.com/settings.php, then try adding
-l http://foo.comto the commandline args.Comment #6
moshe weitzman commentedComment #7
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If desired, you may copy this bug to our Github project and then post a link here to the new issue. Please also change the status of this issue to
closed (duplicate).Please ask support questions on Drupal Answers.