Answer the question
In order to leave comments, you need to log in
Sonata Admin Dashboard blank screen - why?
I have several of my own projects on Symfony 2. On one of them today I felt like doing a total update to the latest versions. Before that everything worked great. And the projects themselves, and the sonata admin, and authorization.
After the update, I did not roll over the old configs, but carefully read the manuals for all vendors, and prescribed everything again. There were a few problems, but the project got off to a pretty fast start. The site works, authorization works, only the admin panel does not work. Today I've been fiddling around all day, and I can't understand why I have a blank screen in the admin panel.
In services I write:
sonata.admin.dictionary.group:
class: Itfrogs\SiteBundle\Admin\Model\DictionaryGroupsAdmin
tags:
- { name: sonata.admin, manager_type: orm, group: Контент, label: Группа Словаря }
arguments:
- ~
- Itfrogs\SiteBundle\Entity\DictionaryGroup
- ~
calls:
- [ setTranslationDomain, [ItfrogsSiteBundle]]
sonata_block:
default_contexts: [cms]
blocks:
sonata.admin.block.admin_list:
contexts: [admin]
#sonata.admin_doctrine_orm.block.audit:
# contexts: [admin]
sonata.block.service.text:
sonata.block.service.action:
sonata.block.service.rss:
sonata.media.block.media:
sonata_admin:
dashboard:
blocks:
-
position: left
type: sonata.admin.block.admin_list
#..........
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question