Posted by MXT on June 18, 2012 at 1:29pm
7 followers
Jump to:
| Project: | Zen |
| Version: | 7.x-5.1 |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
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
#1
same here, had to make sub theme by hand
#2
I 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.
#3
Suggestion #2 resolve the issue.
Thank you very much for your support.
#4
I 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:
#5
d'oh.
I resolved this by a couple of
drush cc all'smy bad.
#6
Thank you. This helped.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.
#8
Hey, 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.
#9