简体   繁体   English

Drupal 8-致命错误:无法实例化接口Drupal \\ Core \\ Cache \\ CacheBackendInterface

[英]Drupal 8 - Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface

当我尝试在drupal 8中安装admin_menu时收到此错误消息,请问其他人可以帮助我解决此错误..

Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in C:\xampp5.6\htdocs\drupal-8\core\lib\Drupal\Component\DependencyInjection\Container.php on line 268

This is one of the known error in Drupal port and needs work. 这是Drupal端口中的已知错误之一,需要处理。

variable_set('admin_menu_cache_client', FALSE);

variable_set is depreciated in Drupal8. 在Drupal8中,variable_set已贬值。

Details of the issue can be found at: https://www.drupal.org/node/2563867 有关该问题的详细信息,请访问: https//www.drupal.org/node/2563867

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM