Closed (cannot reproduce)
Project:
Zen
Version:
7.x-5.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2012 at 18:02 UTC
Updated:
25 Apr 2013 at 04:07 UTC
If you run drush zen without enabling the zen theme, you get the following error:
drush: The directory "/..../docroot//STARTERKIT" was not found.
Drush command terminated abnormally due to an unrecoverable error. [error]The solution would be to do one of the following:
Comments
Comment #1
star-szrIt looks like you need to update Drush or clear your cache - see #1645206-4: The drush zen command won't work until cache is flushed.
Comment #2
bleen commentedhmmm ... I did clear cache before reporting ... but I guess I had to clear it twice?
Comment #3
patrickfgoddard commentedHad same issue.
I can confirm that you need to have the zen theme enabled on the site you want to create theme for.
So:
drush en zen
or
drush -l local.whatever.com en zen
THEN
drush zen "Name of subtheme" blah_foo
Then watch, as riches will be bequeathed upon you.