尝试使用Sonata User捆绑包实施用户管理:
https://sonata-project.org/bundles/user/master/doc/reference/installation.html
我在Symfony 4下,并且已经安装了SonataAdminBundle
但是当我尝试更新作曲家时出现错误。
!! In ArrayNode.php line 224:
!!
!! The child node "db_driver" at path "fos_user" must be configured.
我觉得这与Fos User Bundle有关,但我不确定......
请告诉我我现在可以提供的哪种安全代码可以帮助您解决该问题,
跟随此链接:https://symfony.com/doc/master/bundles/SonataAdminBundle/index.html
我已经能够实现所有入门部分,并且试图实现高级选项5安全性来添加用户管理(https://symfony.com/doc/master/bundles/SonataAdminBundle/reference/security.html)
谢谢
答案 0 :(得分:0)
好吧,所以实际上问题根本与FOSUser无关……作曲家的更新发出了错误的消息(很好的消息,但仅是因为清除缓存不起作用)。
我通过转到php.ini并将内存限制设置为256M来修复它,以便缓存清除起作用,作曲家更新也起作用。