I did not get the drush commands to work with ns_core, seems to be some different problems, one seems to be calling on the DRUSH_BOOTSTRAP_DRUPAL when not needed, also more features are added to Nodestream, so activate all does not actually activate all modules.

CommentFileSizeAuthor
#1 drush_fails-1416400-1.patch1.29 KBmisc

Comments

misc’s picture

StatusFileSize
new1.29 KB

And, the patch.

fabsor’s picture

Status: Active » Needs work

DRUSH_BOOTSTRAP_DRUPAL should be the default, and it has worked for me. What errors did you get?

You're of course right about the modules though, so I'm ready to commit this, I just want to know what notices you got.

misc’s picture

Sometimes it seems that DRUSH_BOOTSTRAP_DRUPAL make the commands not functional, but I have not got deeper on that issue. But what I noticed if I removed it have worked everytime.

Also when i do a fra -y with the -v flag I get:

Use of undefined constant DRUSH_BOOTSTRAP_DRUPAL - assumed 'DRUSH_BOOTSTRAP_DRUPAL' ns_core.drush.inc:12 
Use of undefined constant DRUSH_BOOTSTRAP_DRUPAL - assumed 'DRUSH_BOOTSTRAP_DRUPAL' ns_core.drush.inc:16
Use of undefined constant DRUSH_BOOTSTRAP_DRUPAL - assumed 'DRUSH_BOOTSTRAP_DRUPAL' ns_core.drush.inc:20 

If I remove the bootstrap thingy, now warnings, and it still seem to work.

misc’s picture

Issue summary: View changes

Drupal, not Drush