Skip to content
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

2 warnings on drupal init regarding initcommand.php in line 136 #1766

Closed
rpkoller opened this issue Jan 21, 2016 · 0 comments
Closed

2 warnings on drupal init regarding initcommand.php in line 136 #1766

rpkoller opened this issue Jan 21, 2016 · 0 comments
Milestone

Comments

@rpkoller
Copy link

I've installed drupal console on my system today. i am running el capitan with the mamp none pro version. in the .bash_profile i have added the necessary mamp bin directories to the path. so i am using php 7.0.0. . after installing drupal console ( drupal list worked without a problem) i've called drupal init. on the first run the output looked like the following:

$> drupal init

Warning: copy(): The first argument to copy() function cannot be a directory in phar:///usr/local/bin/drupal/src/Command/InitCommand.php on line 136

Warning: copy(): The first argument to copy() function cannot be a directory in phar:///usr/local/bin/drupal/src/Command/InitCommand.php on line 136
Copied files
 User home path: /Users/danton/.console/
 1 - aliases.yml
 2 - chain/quick-start.yml
 3 - chain/sample.yml
 4 - config.yml
 5 - router.php
 6 - site.mode.yml
 7 - sites/sample.yml

Bash or Zsh: Add this line to your shell configuration file:
source "$HOME/.console/console.rc" 2>/dev/null

Fish: Create a symbolic link
ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish 

do i have to worry that anything goes completely wrong sooner or later based on that warning? or still everything is fine, cuz inside the my home directory the .console directory was created as expected. best regards r.

jmolivas added a commit that referenced this issue Jan 25, 2016
Fix #1766 : 2 warnings on drupal init
@jmolivas jmolivas added this to the 0.10.6 milestone Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants