I just spent about 45 minutes slogging through Drush internals trying to figure out why it could not connect to my site before I noticed that the switch statement on major version in _drush_bootstrap_drupal_configuration() has no case for Drupal 5. A quick switch to Drush 4.5 put me back in business.

The attached patch causes Drush 5 to fail explicitly on Drupal major version less than 6.

CommentFileSizeAuthor
drupal5-unsupported.patch817 bytesbjaspan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonhattan’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.