Closed serundeputy closed 5 years ago
Well, I got rid of the DRUSH/commands/backdrop_core.drush.inc -- it didn't seem to make any difference. I'm happy to test anything or run any commands, if you think that would help shed light.
I'm using drush with MAMP and i'm having some success. What is it that needs to be tested?
@cellear I've got MAMP running all my backdrop sites, and I have a drush PHP version specified in my .bash_profile
as follows:
export DRUSH_PHP=/Applications/MAMP/bin/php/php5.6.30/bin/php
I have drush installed at cd ~/drush
(it's a clone of the drush-ops/drush
github project, checked out to the 8.x branch) and I have backdrop's drush project cloned into ~/drush/commands/backdrop
(this a clone of the backdrop-contrib/drush
github project).
One thing I did not see in your terminal output above was the command drush cc drush
which is what you should do if drush is changed. Perhaps try that and see if things start working? Removing the help wanted tag until someone can explain what help is wanted :)
@cellear @jenlampton Jen tested this pretty thoroughly in testing #7 ... closing this.
Reporeted by @cellear in gitter:
One thing I noticed is there are two
backdrop_core.drush.inc
files in this output one inDRUSH/commands/
and one inDRUSH/commands/backdrop/drush-1.x-0.x
... that is probably not helping things.