You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: