【发布时间】:2017-11-24 16:58:09
【问题描述】:
[bootstrap.inc][1][1]:https://i.stack.imgur.com/cnbLZ.png
不确定这里发生了什么。看起来 AccountInterface 已经包含在 boostrap.inc 中。
我尝试在全球范围内更新 drush 并获得了最新版本。但是在本地文件中,它仍然显示我使用的是 5.10.0 版本。本地文件夹中的 composer.json 说我有 8.1。 提前谢谢!
vagrant@supersport:/var/www/drupalvm$ drush dl basic
PHP Fatal error: Class 'Drupal\Core\Session\AccountInterface' not found in
/var/www/drupalvm/core/includes/bootstrap.inc on line 63
Drush command terminated abnormally due to an unrecoverable error.
[error] Error: Class 'Drupal\Core\Session\AccountInterface' not found in
/var/www/drupalvm/core/includes/bootstrap.inc, line 63
【问题讨论】: