PHP Fatal error: Cannot redeclare schema_drush_command() (previously declared in /var/www/clients/client1/web20/web/sites/all/modules/devel/schema/schema.drush.inc:13) in /var/www/clients/client1/web20/web/sites/all/modules/contrib/schema/schema.drush.inc on line 23
Drush command could not be completed. [error]

i get this error message with drush (4.5.5 ?) from the debian package while schema 6.x-1.7 is avialable in the modules-folder.

hm, hope this is enough information.

Comments

dave reid’s picture

Status: Active » Fixed

It looks like you have the schema module installed twice. Once in sites/all/modues/devel/schema and another in sites/all/modules/schema. You should remove one.

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