Hello,

I did a clean install of Drupal 7.22, downloaded and installed adaptivetheme, then enabled it.

drush dl adaptivetheme
drush en -y adaptivetheme

When I try to create a subtheme with drush :

drush adaptivetheme MyTheme

I get the following error: Command adaptivetheme needs the following module(s) enabled to run: adaptivetheme.

I checked under appearance and AdaptiveTheme Core is enabled.

Comments

bohemier’s picture

Status: Active » Closed (works as designed)

I'm sorry I found the answer here: https://drupal.org/node/1989332

I needed to clear the cache:

drush cc all
drush cc drush

Regards and cheers for this great module!