-
since recently, i see that composer reports conflicts even when there is a composer.lock. in my understanding, it should trust the information of composer.lock. additionally i get conflicts on depende…
-
`SonataAdminBundle:Code:dashboard.html.twig` uses `SonataAdminBundle` as translation domain for `group.label`, it should actually use submodule domain (similar to what can be seen few lines below: `{{…
-
If there is to be a dependency on sonata admin by default, then it should be stated in composer.
https://github.com/symfony-cmf/MenuBundle/blob/master/DependencyInjection/Configuration.php#L25
But I…
-
``` sh
$ composer.phar update
> PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4988760 bytes) in phar:///usr/local/Cellar/composer/HEAD/bin/composer.phar/src/Com…
-
Hello,
I try that
```
git clone git://github.com/symfony-cmf/cmf-sandbox.git
cd cmf-sandbox
# copy parameters template and edit as needed
cp app/config/parameters.yml.dist app/config/parameters.yml
…
tyuis updated
12 years ago
-
Since last update, i've got the following error :
Fatal error: Class 'Knp\Menu\Matcher\Matcher' not found in MyFolder/app/cache/dev/appDevDebugProjectContainer.php on line 1403
Have this error on m…
-
When having a twig template:
``` jinja
{% extends '::base.html.twig' %}
{% from 'MopaBootstrapBundle::icons.html.twig' import icon %}
{% from ':Form:fields.html.twig' import widget_prototype %}
{% …
havvg updated
12 years ago
-
I'm getting this exception during render of constraint error. I'm using the changepassword form of fosuserbundle using only one character for new password. I used en as default locale so $position = 1…
-
Hello,
I'm having the same problem as in https://github.com/FriendsOfSymfony/FOSUserBundle/issues/641 but I'm not sure, if you can see my comment after the issue had been closed, so I did this one he…
-
I'm trying to create a new admin section in Sonata admin. I have a model with XML mapping and am passing it to the admin service with the following XML.
``` xml
…