2016-04-17 10 views
0

Ich versuche, das qcm Bündel https://github.com/avoo/QcmCoreBundle und ich verstehe nicht zu installieren, was ich in diesem Schritt zu tun haben:Installation QCMBundle-Aufschalten Service

Aufschalten Service

qcm_core: 
    service: 
     statistics: 
      class: MyBundle\Statistics\Class // For better compatibility extends the Model\QuestionnaireStatistics 
      template: MyBundle\Answers\Template\Class // You need to implements the qcm TemplateInterface 

Ist dieser Fehler aufgrund dieser Schritt

[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException] 
    The service "qcm_core.form.type.user" has a dependency on a non-existent pa 
    rameter "qcm_core.model.user.class". Did you mean one of these: "fos_user.m 
    odel.user.class", "qcm.model.user.class", "qcm_core.template.class", "qcm_c 
    ore.controller.user.class", "qcm_core.form.type.user.class"? 
+0

Es scheint, dass dieser Schritt nicht erforderlich ist, können Sie dieses Bundle-Dienste ohne zwingende Standard verwenden –

+0

ich hatte dieser Fehler, ich dachte, es zu diesem Schritt [Symfony \ Component \ Dependency Injection \ Exception \ ParameterNotFoundException] Der Service fällig "qcm_core.form.type.user" hat eine Abhängigkeit von einem nicht existierenden pa Rameter "qcm_core.model.user.class". Meinst du eins davon: "fos_user.m odel.user.class", "qcm.model.user.class", "qcm_core.template.class", "qcm_c ore.controller.user.class", " qcm_core.form.type.user.class "? – R14

+0

Sie sollten dieses Problem direkt beim Bundle-Besitzer auf GitHub erfragen. –

Antwort

0

Wenn Sie den Dienst außer Kraft setzen möchten, sind Sie einen Einzug:

qcm_core: 
    service: 
     statistics: 
      class: MyBundle\Statistics\Class // For better compatibility extends the Model\QuestionnaireStatistics 
      template: MyBundle\Answers\Template\Class // You need to implements the qcm TemplateInterface