drupal - Drush command terminated abnormally due to an unrecoverable error -


i have centos 6.6 php 5.5.27 , drupal 7.34

php 5.5.27 (cli) (built: jul 10 2015 23:40:40) copyright (c) 1997-2015 php group zend engine v2.5.0, copyright (c) 1998-2015 zend technologies 

i've tried latest 6,7,8 branches of drush. when type "drush -d -v status" unrecoverable error (the error same on branches of drush):

drush bootstrap phase : bootstrap_drupal_full() [0.19 sec, 5.13 mb]                                           [bootstrap] cannot modify header information - headers sent (output started @                                 [warning] /root/.composer/vendor/drush/drush/includes/output.inc:38) common.inc:698 [0.96 sec, 31.89 МБ] drush command terminated abnormally due unrecoverable error. [1.06 sec, 32.8 МБ]               

i can't figure out what's wrong. can advise please?

thanks in advance.

as mentioned in comment, closing ?> tags @ end of custom modules, blank spaces after >...but remove ?> in compliance.

a way fix disable module module until drush gives positive response. narrow down code review.

also @ hook_init() functions see if getting sent browser check weight of module in system table. if low, may cause issue.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -