-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor type-o #12
Merged
Merged
Minor type-o #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h4ck3rm1k3
pushed a commit
to h4ck3rm1k3/drush
that referenced
this pull request
Mar 29, 2014
Fatal error: Call to undefined function conf_path() in /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/bootstrap.inc on line 783 Call Stack: 0.0023 703400 1. {main}() /Users/moshe.weitzman/Dropbox/root/c/h/drush/drush.php:0 0.0325 5225680 2. drush_main() /Users/moshe.weitzman/Dropbox/root/c/h/drush/drush.php:21 0.2923 15310616 3. _drush_bootstrap_and_dispatch() /Users/moshe.weitzman/Dropbox/root/c/h/drush/drush.php:66 0.4877 15318320 4. drush_dispatch() /Users/moshe.weitzman/Dropbox/root/c/h/drush/drush.php:97 0.8349 15329616 5. call_user_func_array() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/command.inc:182 0.8349 15329864 6. drush_command() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/command.inc:182 0.8351 15330080 7. _drush_invoke_hooks() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/command.inc:214 0.8361 15362144 8. call_user_func_array() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/command.inc:352 0.8361 15362392 9. drush_user_login() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/command.inc:352 0.8361 15362848 10. drush_bootstrap() /Users/moshe.weitzman/Dropbox/root/c/h/drush/commands/user/user.drush.inc:463 0.8377 15365168 11. drush_bootstrap_validate() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/bootstrap.inc:181 0.8388 15365512 12. _drush_bootstrap_drupal_site_validate() /Users/moshe.weitzman/Dropbox/root/c/h/drush/includes/bootstrap.inc:267 Variables in local scope (drush-ops#12): $conf_file = *uninitialized* $conf_path = *uninitialized* $drupal_base_url = array ('scheme' => 'http', 'host' => 'default', 'path' => NULL, 'port' => NULL) $drush_uri = 'http://default' $site = 'default' should work even when used on remote hosts.
serundeputy
added a commit
to serundeputy/drush
that referenced
this pull request
Feb 21, 2016
… and layouts Why: * Issue drush-ops#11 and drush-ops#12 This change addresses the need by: * Allows drush to detect project_type and dl to appropriate place.
serundeputy
added a commit
to serundeputy/drush
that referenced
this pull request
Feb 21, 2016
11/add select support this fixes: drush-ops#11 and drush-ops#12 Add support for --select, themes and layouts on the drush dl command.
ghost
mentioned this pull request
Jun 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.