-
I have the following line in my composer.json
```
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.3.*@dev",
"doctrine/orm": ">=2.2.3,
-
### Environment
Sonata packages
composer show sonata-project/*
sonata-project/admin-bundle 3.5.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.1…
-
### Environment
#### Sonata packages
``` bash
$ composer show sonata-project/*
sonata-project/admin-bundle 3.3.2 The missing Symfony Admin Generator
sonata-project/block-bundle …
-
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…
-
In #716 @reypm discussed about this use case: he wants to reuse the translations of FOSUserBundle for the property labels. Should we add this feature or should we consider an edge case and ignore it?
…
-
I just updated my version on sonata-admin and getting the error above.
-
I'm wanna to use acceptance and functional tests together. It is not important in the same bundle or not.
If i delete acceptance or functional tests and keep only one kind of tests everything works fi…
-
I followed the documentation here and i got this error;
`
No ServiceProvider managers found. Make sure that you have at least one ServiceProvider manager tagged with "sso.service_provider". Please he…
-
I can not create a contact from my company service.
symfony : 2.7
sonataAdmin : 2.4
my Entity Company (Parent)
```
namespace AppBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\…
2b3ez updated
8 years ago
-
Introduced here:
https://github.com/sonata-project/SonataAdminBundle/commit/d9c85b2a76f72e23b861e33d0f67abdc4ea2c963#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780L40
```
Problem 1
- remove sonata-proj…