backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
13 stars 18 forks source link

Error Undefined constant DRUSH_BOOTSTRAP_BACKDROP_LOGIN with a contrib module #256

Open robertgarrigos opened 1 year ago

robertgarrigos commented 1 year ago

I'm trying to use drush on a site which has the votingapi contrib module installed. I got this error with drush bcex:

PHP Fatal error: Uncaught Error: Undefined constant "DRUSH_BOOTSTRAP_BACKDROP_LOGIN" in /www/modules/votingapi/votingapi.drush.inc:43

I have installed drush globally with the backdrop extension. I read in the README that installing drush globally may have some problems with contrib modules. Is this what you mean? Or is this a bug?

BTW, just disabling votingapi, bcex command run smoothly.