我是drupal的新手,因为我在Drupal8上工作,并尝试安装博客模块,但它提供了一些以下错误:
Error message Unable to install Blog,
field.field.node.blog_post.field_blog_tags,
field.storage.node.field_blog_tags have unmet dependencies.任何人都能想到这一点,请让我知道
发布于 2015-12-29 15:14:27
从以下两个文件中删除entity_reference模块的依赖关系
文件夹: blog/config/install
文件: field.field.node.blog_post.field_blog_tags.yml field.storage.node.field_blog_tags.yml
entity_reference模块的功能现在是Drupal8的一部分。
https://stackoverflow.com/questions/33273996
复制相似问题