kinulab / sonata-gentellela-theme-bundle

A Gentellela theme for SonataAdminBundle
MIT License
7 stars 11 forks source link

Empty login page #8

Open jakubmacak opened 6 years ago

jakubmacak commented 6 years ago

Hi,

when I installed your bundle, login page is displayed without any content (only white background). Where could be a problem? After login, everything is fine (I have to remove bundle from AppKernel.php to log in).

screenshot from 2018-07-13 12-54-16

nykopol commented 6 years ago

Hello @kmaci,

from what I know, sonata admin doesn't provide the login form on itself. It's probably something that you added by yourself or provided by a bundle I don't know. So it's hard to diagnose outside of the context, but the possibles causes can be:

If you give more details I can maybe help you.

jeroendk commented 5 years ago

@nykopol I think kmaci uses the sonata-user bundle with the admin bundle. I can confirm the login page is empty in that case, this is due the lack of the following block in your standard_layout.twig.html: {% block sonata_wrapper %}