奏鸣曲安装错误:“参数不存在”

时间:2019-02-26 13:47:29

标签: symfony bundle sonata-admin

上下文:

您好,我正在一个项目上,需要在服务器上设置Symfony。

安装效果很好,但是现在我需要安装Sonata,并且在执行过程中出现错误。

编辑:我正在使用Symfony和Sonata的最新版本。

步骤:

我在Sonata网站上关注了installation tutorial。安装命令为:composer require sonata-project/admin-bundle。但是,在安装Sonata时,您还需要一个“存储捆绑包”。

我选择了默认值之一:“ SonataDoctrineORMAdminBundle”。然后,我去他们的网站关注installation guide

当我尝试使用以下命令下载捆绑软件:composer require sonata-project/doctrine-orm-admin-bundle时,出现错误。

错误:

Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 1
!!
!!  In ParameterBag.php line 100:
!!                                                                              
!!    You have requested a non-existent parameter "sonata.admin.configuration.adm
!!    in_services".                                                             
!!                                                                              
!!
!!
Script @auto-scripts was called via post-update-cmd

我试图在网络上搜索解决方案,但是却一无所获。如果有人可以帮助我,我将不胜感激!

1 个答案:

答案 0 :(得分:-1)

在config / bundles.php中,删除以下行:

Sonata \ DoctrineORMAdminBundle \ SonataDoctrineORMAdminBundle :: class => ['all'=> true],