Fatal error: Cannot redeclare pm_drush_help() (previously declared in /home/public/drush/commands/pm/pm.drush.inc:39) in /home/public/drupal/sites/all/modules/drush_extras/pm.drush.inc on line 67

I've been having some sort of issue like this since drush 2.x came out as an alpha and I can't use "it's alpha, I'll wait" as an excuse anymore. I'm stuck with holding all my sites back at drush 1.x untill I can get this working. I don't know if it's an actual bug or something I'm doing wrong with setup.

What I've got:

- Shared host running BSD and php 5.2
- from the home directory, ./drupal is the sandbox install and ./drush is the drush install
- ./drush/drush as an alias, doesn't mater if I run from the drupal directory or from outside it with -r but running 'drush --help' from inside the ./drush folder does not throw the error.
- '$ drush --help' throws the error after displaying all its text, 'drush status' throws it without apparently completing anything

Comments

jonhattan’s picture

Status: Active » Closed (fixed)

As resalted in project's homepage:

Upgraders: you must remove any drush or drush_extras directories from your drupal site. the new drush is a separate program from drupal that lives outside of web root.

ElleKitty’s picture

Status: Closed (fixed) » Active

Ahem. I did.

ElleKitty’s picture

Status: Active » Closed (fixed)

Forgot drush_extras ;p