If I choose to use the sonata routes in my routing.yml I get the following error while going to edit authentication via Profile:
Unable to find template "MopaBootstrapBundle:Form:fields.html.twig" in SonataUserBundle:ChangePassword:changePassword_content.html.twig at line 2.
If I choose to use the FOSUserBundle routes and I go to profile, the sonata user block menu gives the following error:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "sonata_user_profile_edit" as such route does not exist.") in SonataUserBundle:Profile:action.html.twig at line 27.
I tried it with a clean Symfony install, i configured everything according to ALL the installation instructions. Still missing templates etc. It is really frustrating because I am doing hard work trying to learn Symfony2 with a good Sonata bundle. Yet I am failing because there are errors in the generated code.(?)
If I choose to use the sonata routes in my routing.yml I get the following error while going to edit authentication via Profile:
Unable to find template "MopaBootstrapBundle:Form:fields.html.twig" in SonataUserBundle:ChangePassword:changePassword_content.html.twig at line 2.
If I choose to use the FOSUserBundle routes and I go to profile, the sonata user block menu gives the following error:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "sonata_user_profile_edit" as such route does not exist.") in SonataUserBundle:Profile:action.html.twig at line 27.
I tried it with a clean Symfony install, i configured everything according to ALL the installation instructions. Still missing templates etc. It is really frustrating because I am doing hard work trying to learn Symfony2 with a good Sonata bundle. Yet I am failing because there are errors in the generated code.(?)
Composer requirements: