呈现模板异常
Rendering of a template exception
我安装了 SonataClassificationBundle 并将其扩展到我的 App\Application 文件夹中。官网上的文档不清楚Classification Bundle
我更正了所有命名空间以指向我的扩展包。我没有错误地清除了缓存,我 运行 服务器。
当我登录配置文件时,出现此异常:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "admin_app_sonataclassificationcategory_create" as such route does not exist.").
有我的sonata_classification:
sonata_classification:
class:
category: App\Application\Sonata\ClassificationBundle\Entity\Category
collection: App\Application\Sonata\ClassificationBundle\Entity\Collection
context: App\Application\Sonata\ClassificationBundle\Entity\Context
tag: App\Application\Sonata\ClassificationBundle\Entity\Tag
我检测到 SonataUserBundle 有同样的问题,但在将我的用户提升到 ROLE_ADMIN 后,问题就解决了。
有人可以帮忙吗?
谢谢
又解决了。
我只是 运行 :
composer update
我安装了 SonataClassificationBundle 并将其扩展到我的 App\Application 文件夹中。官网上的文档不清楚Classification Bundle
我更正了所有命名空间以指向我的扩展包。我没有错误地清除了缓存,我 运行 服务器。
当我登录配置文件时,出现此异常:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "admin_app_sonataclassificationcategory_create" as such route does not exist.").
有我的sonata_classification:
sonata_classification:
class:
category: App\Application\Sonata\ClassificationBundle\Entity\Category
collection: App\Application\Sonata\ClassificationBundle\Entity\Collection
context: App\Application\Sonata\ClassificationBundle\Entity\Context
tag: App\Application\Sonata\ClassificationBundle\Entity\Tag
我检测到 SonataUserBundle 有同样的问题,但在将我的用户提升到 ROLE_ADMIN 后,问题就解决了。
有人可以帮忙吗?
谢谢
又解决了。 我只是 运行 :
composer update