Closed (fixed)
Project:
Splash
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2010 at 11:52 UTC
Updated:
21 Jun 2012 at 02:17 UTC
drush stops working when i enable Splash module:
Drush command could not be completed.
Comments
Comment #1
carlitus commenteddrush --debug dl devel
Found command: pm-download (commandfile=pm) [0.05 sec, 3.52 MB] [bootstrap]
Initializing drush commandfile: drush_make [0.05 sec, 3.53 MB] [bootstrap]
Initializing drush commandfile: drush_make_d_o [0.05 sec, 3.53 MB] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.05 sec, [bootstrap]
3.56 MB]
Initialized Drupal 6.16 root directory at /webs/tienda-gorile/web [notice]
[0.05 sec, 4.35 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.05 sec, [bootstrap]
4.35 MB]
Initialized Drupal site default at sites/default [0.13 sec, 4.51 MB] [notice]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.13[bootstrap]
sec, 4.51 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.14 sec,[bootstrap]
4.52 MB]
Successfully connected to the Drupal database. [0.14 sec, 4.52 MB] [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drupal_full() [0.15 sec, [bootstrap]
4.83 MB]
session_start(): Cannot send session cookie - headers already sent by[warning]
(output started at /Applications/drush/includes/drush.inc:660)
bootstrap.inc:1037 [0.15 sec, 4.92 MB]
session_start(): Cannot send session cache limiter - headers already [warning]
sent (output started at /Applications/drush/includes/drush.inc:660)
bootstrap.inc:1037 [0.15 sec, 4.92 MB]
Drush command could not be completed. [0.65 sec, 27.87 MB] [error]
Comment #2
carlitus commentedIt seems that it only happens with the dev version
Comment #3
mail@victorquinn.com commentedLooks like this was fixed awhile ago on current line 64:
if (function_exists('drush_verify_cli') && call_user_func('drush_verify_cli')) {
return;
}
If not, please open a new issue, but I cannot recreate and that looks like it fixes it.