I cannot create a new theme using "drush boilerplate " nor "drush bp ". Drush responds with a "Array/sites/www.mysite.com/themes/mytheme/
failed to open stream: No such file or directory boilerplate.drush.inc:152". After that i get a prompt if I will be using SASS or not and whatever i choose I get warnings and theme is not creates. Have read the documentation and also drush.inc file in case I missed something.

After I inspected the errors and file a bit more I found out that the $target_dir on line 152 at boilerplate.drush.inc is outputed as "Array/sites/www.mysite.com/themes/mytheme/" instead of the actual path, without the Array in front. Unfortunately I couldnt find the problem in the code. I am using a multisite configuration on aegir platform.

Comments

danlinn’s picture

Status: Active » Needs work

We are aware of a few issues related to the drush install process. We'll patch as soon as we can.

vistree’s picture

Hi, just for a note. I am not sure, if this always a working solution:
I also had problems creating new templates using the drush command. I tried to run drush inside my themes-folder (sites/all/themes) - the same folder the original boilerplate template was stored.
Now I recognized that, when running "drush boilerplate newtheme" from the root of the website, it works ....