Hi all,
trying to create a subtheme via drush:
drush zen "mxtzen"
I receive the following error:
[error] Command zen needs the following module(s) enabled to run: zen.
The drush command 'zen mxtzen' could not be executed.
Trying to enable zen theme first, but always receveing the same error, and my subtheme is not created.
I'm missing something?
Thank you very much
Comments
Comment #1
rcaracaus commentedsame here, had to make sub theme by hand
Comment #2
abelb commentedI was having the same problem but got it to work like this:
Update to the latest drush release. I keep drush in a git repo and just pulled and got the latest updates, cleared cache on my local site and in drush and it works now.
Comment #3
mxtSuggestion #2 resolve the issue.
Thank you very much for your support.
Comment #4
tregeagle commentedI was getting the same problem so I updated drush using,
pear upgrade drush/drushAll is good:
upgrade ok: channel://pear.drush.org/drush-5.4.0Now when I run try to create a subtheme I get the following:
Comment #5
tregeagle commentedd'oh.
I resolved this by a couple of
drush cc all'smy bad.
Comment #6
Anonymous (not verified) commentedThank you. This helped.
Comment #8
johnalbinHey, maybe we need to make this a documentation issue.
If you've just downloaded Zen, you don't need to enable it, so there's nothing going to clear the cache for you.
Comment #9
johnalbinComment #10
johnalbinDone! https://drupal.org/node/2021609
Comment #12
yuseferi commentedYou should enable zen theme and set as default and go to your drupalsite root directory then try it
Comment #13
simohell commentedSetting zen as default theme works for me. Not all that handy when upgrading a site theme from a non-responsive to zen...