Fatal error: Call to undefined function pm_module_manage() in /FOLDER/sites/all/modules/module_builder/drush/module_builder.drush.inc on line 282
Drush command terminated abnormally due to an unrecoverable error.
Error: Call to undefined function pm_module_manage() in /FOLDER/sites/all/modules/module_builder/drush/module_builder.drush.inc, line 282

Using Drush 5.

Comments

joachim’s picture

Title: Error when using the "--go" option » "--go" option needs rewriting for drush 5

I think drush 5 changed a lot of the stuff in the pm module stuff; will need rewriting.

joachim’s picture

Issue summary: View changes

fix spacing

matt v.’s picture

Issue summary: View changes

I just got a similar error using the --go option with Drush version 6.4.0:

PHP Fatal error:  Call to undefined function pm_module_manage() in /var/www/site/docroot/sites/all/modules/contrib/module_builder/drush/module_builder.drush.inc on line 371
guillaumeduveau’s picture

Same with drush 8.1.13

guillaumeduveau’s picture

Title: "--go" option needs rewriting for drush 5 » Call to undefined function pm_module_manage()
joachim’s picture

The Drush commands in this module are obsolete. See https://github.com/drupal-code-builder/drupal-code-builder-drush.

guillaumeduveau’s picture

Thanks !