drupal - drush failing with autoload.php failed to open stream -


i searched whole drupal directory didn't find autoload.php file. see error when enabling modules using drush on command line.

here exact error

include(sites/all/modules/contrib/guzzle/vendor/autoload.php): failed open stream: no such file or directory composer_autoload.module:24                           [warning] include(): failed opening 'sites/all/modules/contrib/guzzle/vendor/autoload.php' inclusion (include_path='.:/usr/share/php:/usr/share/pear')                      [warning] composer_autoload.module:24 

i haven't seen error before, think it's telling you have install composer, requirement drush. see installation instructions drush: http://docs.drush.org/en/master/install/#composer-one-drush-for-all-projects.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -