-
Hello i have problem, installed sonata with all bundles for e-commerce, and now try configur to working smooth. But, when i open page /shop/catalog/ have this issue :
````An exception has been thr…
-
Hi.
Somebody can help me ?
When I go to myproject/profile/edit-profile I get the following error:
```
ContextErrorException: Warning: call_user_func() expects parameter 1 to be a valid callback, cl…
-
Here is my composer.json
```
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"auto…
-
### Environment
#### Sonata packages
```bash
sonata-project/admin-bundle 3.16.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.3.2 …
-
**Environment:**
Mac OS X 10.12.4
**Sonata packages:**
"sonata-project/cache-bundle": "^2.3",
"sonata-project/block-bundle": "^3.3",
"sonata-project/jqu…
pasug updated
7 years ago
-
Hello,
I noticed an issue while trying to edit a menu item (projects-iitem), and confirmed it also happens on the online demo install of the sandbox.
It has something to do with the current loca…
-
Currently, we manage two branches: The stable one and the master one.
This works great, but this will make big problems when we will start releasing new majors.
Concrete case with admin-bundle and c…
-
I need to override the admin_orm.xml file in order to remove some menu items that I don't need (I'm handling user management with another service).
The only way I found is to manually remove entries …
-
### Environment
#### Sonata packages
Just as a matter of note the below command did not work for me (composer 1.3.2), this is the output from `composer show | grep ^sonata`
```bash
$ compose…
-
I have one admin called "Merchant" and this has one child called "clerks". In the "Merchant" admin I use the method configureTabMenu in order to create a menu with the clerks. This works well, when I …