Hi!

I am getting a Drush command terminated abnormally due to an unrecoverable error. while trying to run fetcher commands. See the terminal session output below for more information.

Is fetcher compatible with Drush 7.0.0 and composer?

I would appreciate any help you can give me with this issue!

Thanks

Frederick

  • ~/.drush/fetcher/vendor/autoload.php does not exist
  • php and pear seem to be in a different place then what the include_path= wants
$ drush fetcher-list
require(/home/user/.drush/fetcher/vendor/autoload.php): failed to open stream: No such file or directory fetcher.drush.inc:708                              [warning]
PHP Fatal error:  require(): Failed opening required '/home/user/.drush/fetcher/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/user/.drush/fetcher/fetcher.drush.inc on line 708
Drush command terminated abnormally due to an unrecoverable error.                                                                                                [error]
Error: require(): Failed opening required '/home/user/.drush/fetcher/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in
/home/user/.drush/fetcher/fetcher.drush.inc, line 708

$ drush fec cat
require(/home/fhenderson/.drush/fetcher/vendor/autoload.php): failed to open stream: No such file or directory fetcher.drush.inc:708                              [warning]
PHP Fatal error:  require(): Failed opening required '/home/user/.drush/fetcher/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/user/.drush/fetcher/fetcher.drush.inc on line 708
Drush command terminated abnormally due to an unrecoverable error.                                                                                                [error]
Error: require(): Failed opening required '/home/user/.drush/fetcher/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in
/home/user/.drush/fetcher/fetcher.drush.inc, line 708

$ which pear
/usr/bin/pear

$ which php
/usr/bin/php

$ less /home/user/.drush/fetcher/vendor/autoload.php
/home/user/.drush/fetcher/vendor/autoload.php: No such file or directory

$ drush --version
 Drush Version   :  7.0.0 
$

Comments

frederickjh created an issue.