GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Aliases don't work for enabling modules #5

Closed MatthewHager closed 9 years ago

MatthewHager commented 9 years ago

When I try to enable a module using a site alias I get an error:

camcms.com[master] $ drush @camcms-com en camden_cms_core
Command pm-enable needs a higher bootstrap level to run - you will need to invoke drush from a more functional Drupal environment to run this command.                                               [error]
The drush command 'pm-enable camden_cms_core' could not be executed.
ergonlogic commented 9 years ago

Yeah, I've started seeing this recently too. It looks like we've lost 'uri' in our aliases in some recent re-factoring.

MatthewHager commented 9 years ago

This isn't working after upgrading. I'm going to attempt rebuilding my box and see if that will fix it...