-
Hello
I've created a Category entity with all the required fields. But I can't manage to upload a file while using Sonata Admin.
However, it works with the normals controllers in my application.
The …
-
Hi,
I have the following configuration:
``` yaml
cmf_core:
persistence:
phpcr: true
publish_workflow:
enabled: true
checker_service: cmf_core.…
kminh updated
9 years ago
-
I know the bundle is young and we need to wait & see what direction the bundle will take.
However, I'd like to open the debate about the ability to add custom actions, as I feel like this would be a p…
-
Since I upgraded to 2.3.1, I have a 500 error:
`Invalid parameter number: number of bound variables does not match number of tokens`
This is my code:
``` php
$query = $this->getDoctrine()->getRepos…
-
Hi,
Not sure if this is a bug or is expected, but when I set `basepath` to something different than `cms/simple` the default basepath for `cmf_routing` got removed.
I would like to keep `cms/routes`…
kminh updated
9 years ago
-
As we have access to the routes inside the PHPCR and the cmf handles routes it would be easy to create a xml representation of their structure.
But i would not only suggest to create a xml Stitemap, …
-
Instead of using our own output, i'd prefer to see a ProgressBar if it is available.
-
1.UnexpectedTypeException Expected argument of type "object or array", "string" given
/Aisel/src/Aisel/NavigationBundle/Admin/NavigationAdmin.php
missing end()
public function validate(ErrorE…
-
Hi all,
This issue is referencing this [Google group discussion](https://groups.google.com/forum/#!topic/symfony-cmf-devs/Q7lE8M2J_pE).
## Problem
The problem is that when you try to perform a query…
-
Hi!
I updated some bundles because it returns errors, but there is a error that i can't resolve. This is the error:
Unrecognized options "mappings" under "cmf_routing_auto"
My bundles versions:
…