您好我正在尝试在Symfony 2.8上安装 genj / faq-bundle strong>。 我按照文档中的步骤操作: https://github.com/genj/GenjFaqBundle p >
但是当我尝试进行架构更新时。 没有什么可以更新。
当我转到 有什么问题? p>
< / DIV> / faq code>路由时,我有这个错误: p>
类'Genj \ FaqBundle \ 在链配置的命名空间中找不到实体\类别'FM \ UserBundle \ Entity,FOS \ UserBundle \ Entity code> p>
Hi I'm trying to install the genj/faq-bundle on Symfony 2.8. I have followed the step in the documentation: https://github.com/genj/GenjFaqBundle
But when I'm trying to do the schema update. There is nothing to update.
And when I go to the /faq
route, I have this error:
The class 'Genj\FaqBundle\Entity\Category' was not found in the chain configured namespaces FM\UserBundle\Entity, FOS\UserBundle\Entity
What is the problem?