Debug:drupal\core\session\accountinterface ' Not found__drupal-8

Source: Internet
Author: User
Tags drupal
Problem description

After you install Drupal 8, log on remotely to test the Drush command for the above error.
The problem arises because of the drush version of the problem, Drush 6 and the following version may not be compatible with the latest Drupal 8 and need to be installed through the composer PHP Package manager. installation Process

. Install Composer globally
$ curl-ss Https://getcomposer.org/installer | php
$ sudo mv Composer.phar/usr/lo Cal/bin/composer

2. Now add Composer's directory to your path by editing your. Bash_profile or. zshrc.
$ export Path= "$HOME/.composer/vendor/bin: $PATH"

3. Reload your terminal or just re-source the configuration you just added.
$ source $HOME/.BASHRC

4. Now this you have Composer working, you can install Drush to the latest head.
$ composer Global require Drush/drush:dev-master

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.