drupal 9 yml安装找不到依赖项
我确实导出了我的模块,然后进行了干净的 drupal 安装。然后我将 yml 文件分成模块。我将所有相关的 yml 文件放在模块文件夹中的 config/install 下。但是当我点击安装时,它不会安装我的模块。给出错误并说 由于未满足依赖关系,无法安装 *my_module*:....
但依赖文件已经在该文件夹内。
I did export my modules, then make a clean drupal installation. Then I separate the yml files into modules. I put every related yml files under config/install in my module folder. But when I hit the install it won't install my modules. Gives error and saysUnable to install *my_module* due to unmet dependencies:....
But the dependent files are already inside the folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过将媒体和其他类型分离到 config 文件夹下的可选文件夹中并为每个 yml 文件授予 777 权限来解决该问题。如果您确定拥有所有依赖项,请为 yml 文件授予 777 权限。
I solve the problem by separating media and other types into optional folder under config folder and by giving 777 permission to every yml file. İf you are sure that you have all dependencies give 777 permission to yml files.