-
```
Catchable Fatal Error: Argument 1 passed to Sonata\MediaBundle\Provider\Pool::validate() must be an instance of Sonata\AdminBundle\Validator\ErrorElement, instance of Sonata\CoreBundle\Validator\E…
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.22.0 3.22.0
sonata-project/block-bundle …
-
Hi, I'm using
```
"name": "friendsofsymfony/rest-bundle",
"version": "2.2.0",
```
Documentation http://symfony.com/doc/master/bundles/FOSRestBundle/7-manual-route-definition.html says:
```
Or…
-
As it, the translation doesn't work on the bundle
-
While updating symphony from 2.3 to 2.7, and after composer update, I am getting error as below
```
Fatal error: Call to undefined method Knp\Menu\MenuItem::setCurrentUri() in /var/www/fabric/prod…
pasug updated
7 years ago
-
if a relation points to an entity with a discriminator map, the "Add" Button doesnt work, because it tries to create the abstract parent class:
``` php
/**
* Class AbstractFilter
*
* @ORM\Entity()…
-
Running `composer install` using `composer 1.2.4` my project was build as expected. After run `composer self-update` to get `composer 1.3.x` I have started to get errors installing my Symfony project.…
-
#### Sonata packages
```
sonata-project/admin-bundle 3.4.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.1.1 Symfon…
-
Before all, I have to notice @sonata-project/contributors: I'm mentally fine, and @greg0ire didn't put a :gun: to my head to make this issue, don't worry. :trollface:
But [his article](https://dev…
-
Hello,
I've configured SonataUserBundle together with SonataAdminBundle. I now have access to URLs like /login, /register, /profile. This is how the login page looks like. Other pages also do not hav…