通过 Drush 启用功能
当我通过站点 UI 启用某个功能时,一切都会按预期进行。
但是,当我使用 drush pm-enable
启用 drush 的功能时,不会发生以下情况:
- Strongarm 配置未应用
- module_disable(在新的自定义中) 模块)未执行
这是为什么?
When I enable a Feature through the site UI, everything goes as expected.
However, when I enable a feature from drush with drush pm-enable
, the following don't happen:
- Strongarm configurations not applied
- module_disable (in a new custom
module) not performed
Why is this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来我在两个功能上发生了冲突。现在好了。
Looks like I had a conflict in two Features. Fine now.