配置文件编辑时奏鸣曲用户捆绑错误

Posted

技术标签:

【中文标题】配置文件编辑时奏鸣曲用户捆绑错误【英文标题】:Sonata User Bundle error on profile edit 【发布时间】:2016-05-24 00:49:19 【问题描述】:

我用最新的奏鸣曲管理员和奏鸣曲用户包配置了一个 symfony 2.7 安装。我的后端运行良好,也可以使用 /profile 页面,但在 /profile/edit-profile 和 /profile/edit-authentication 中出现此错误:

Unable to find template "MopaBootstrapBundle:Form:fields.html.twig" in SonataUserBundle:ChangePassword:changePassword_content.html.twig at line 2.

这是我的 config.yml

fos_user:
    ...
    profile:
        form:
            type:               fos_user_profile
            handler:            fos_user.profile.form.handler.default
            name:               fos_user_profile_form
            validation_groups:  [Authentication]

sonata_user:
    ...
    profile:  # Profile Form (firstname, lastname, etc ...)
        form:
            type:               sonata_user_profile
            handler:            sonata.user.profile.form.handler.default
            name:               sonata_user_profile_form
            validation_groups:  [Profile]

还有一些路线:

sonata_user_resetting:
    resource: "@SonataUserBundle/Resources/config/routing/sonata_resetting_1.xml"
    prefix: /resetting

sonata_user_profile:
    resource: "@SonataUserBundle/Resources/config/routing/sonata_profile_1.xml"
    prefix: /profile

sonata_user_change_password:
    resource: "@SonataUserBundle/Resources/config/routing/sonata_change_password_1.xml"
    prefix: /profile

还可以在该树枝文件中查找该模板提及,但我没有看到它。 任何帮助将不胜感激。

【问题讨论】:

【参考方案1】:

终于找到安装mopa bootsrap bundle的解决方案并进行配置。

【讨论】:

以上是关于配置文件编辑时奏鸣曲用户捆绑错误的主要内容,如果未能解决你的问题,请参考以下文章

Sonata Bundle 之间的依赖关系

安装奏鸣曲新闻捆绑作曲家错误

如何配置奏鸣曲用户包以获得文档中的结果

奏鸣曲捆绑包,我怎样才能获得当前登录的用户?

错误 ITMS-90283:配置文件无效。捆绑包中包含的配置文件无效 [缺少代码签名证书]

CodeIgniter 2,Ion Auth 在配置文件编辑时给出 CSRF 错误消息