我按照安装指南中的所有说明操作,但在Symfony4应用程序上安装Sonata User Bundle时仍然出现此错误:
Column name `id` referenced for relationfrom Application\Sonata\UserBundle\Entity\User towards Sonata\UserBundle\Entity\BaseGroup does not exist
通过此错误安装管理包时:Your requirements could not be resolved to an installable set of packages.Problem 1
- sonata-project/admin-bundle 2.3.7 requires sensio/generator-bundle ~2.3 -> no matching- sonata-project/admin-bundle 2.3.6 requires sensio
我使用symfony2.3.X和sonata管理捆绑包和fos用户捆绑包。通过提供的文档,所有安装均已完全成功完成。但是当我扩展sonata用户配置文件并想要编辑时,就会显示错误:
None of the chained routers were able to generate route: Route 'sonata_user_profile_visit这是第三方捆绑包版本稳定性问题吗?还是我的配置问题