简体   繁体   中英

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.

variable_set('admin_menu_cache_client', FALSE);

variable_set is depreciated in Drupal8.

Details of the issue can be found at: https://www.drupal.org/node/2563867

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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