Questions tagged [symfony-cmf]

The Symfony2 Content Management Framework (CMF) project makes it easier for developers to add CMS functionality to applications built with the Symfony2 PHP framework.

The Symfony2 Content Management Framework (CMF) project makes it easier for developers to add CMS functionality to applications built with the Symfony2 PHP framework. Key development principles for the provided set of bundles are scalability, usability, documentation and testing.

As of 25 October 2014, the latest stable release is 1.2.

Useful links

174 questions
0
votes
1 answer

Generate entity with PHPCR

Earlier, I used pure essence created a symfony that app/console doctrine: generate: entites, but at the moment, it is necessary to deal with the Symfony CMF. Could you write commands that you need to do in order to register the entity and generate…
Taylor Beear
  • 93
  • 1
  • 10
0
votes
2 answers

How to create a route with custom path in Symfony RoutingBundle (PHPCR)?

I'm currently researching Symfony CMF and PHPCR for a project I recently started. What I'm currently trying to figure out is how to create a Route and save it into the database. As far as I understand, I must use…
tftd
  • 16,203
  • 11
  • 62
  • 106
0
votes
1 answer

Add CKEditor to Symfony CMF and Sonata Admin

I'm trying to figure out the correct way to implement CKEditor with Symfony CMF. I have a working implementation but I'm not sure it's the correct way to do it. What I have done is override the sonata_admin edit template…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
1 answer

Symfony CMF with multiple images on Product entity

I'm currently trying to make Symfony CMF and Sonata allow the admin user to add multiple images to a product through the same view panel. I have my Product and Image entities setup and working individually with their ORM relationships too.…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
1 answer

How to "doctrine:phpcr:repository:init" in PHP

How can I execute this code php app/console doctrine:phpcr:repository:init from PHP? I want to manually initialize the repository from tests (PHPUnit) but I'm not sure what way to do it. How can I do this from PHP?
PHPFlüsterer
  • 45
  • 1
  • 4
0
votes
0 answers

BeSimpleI18nRoutingBundle causing Symfony CMF routes to stop working

I've got a Symfony CMF project up and running. I'm now trying to get localised routes for static content, and opted for BeSimpleI18nRoutingBundle. As soon as i enable the bundle, my symfony cmf routes stop working Controller…
Daniel
  • 13
  • 4
0
votes
1 answer

Using CMF DynamicRouter for Doctrine entities

I have the following two Doctrine (ORM) entities: Product Category Category contains one or more segment (level): category category/sub-category Product contains a name and possibly a color. A Product either has a color or…
tomhv
  • 23
  • 6
0
votes
0 answers

Symfony CMF Nested Embedded Forms

I have the following issue: Article Page contains -> Multiple ArticleUnit Blocks contains -> Multiple Media Blocks (Edit: See in the comments below for a summary of what I indented to do.) I built the forms separately using buttom-up approach and…
Rishi
  • 667
  • 1
  • 6
  • 13
0
votes
1 answer

Symfony CMF admin login error

I install symfony CMF. When i want to login as admin I get this error: Unable to find the controller for path "/demo/login_check". The route is wrongly configured. codes of cmf/src/Acme/DemoBundle/Resources/config/routing.yml _demo_security: …
0
votes
1 answer

Symfony CMF hide form's parent document field

How do I hide parent document field in a form? I have some blocks that will be fixed and do not want to show the parent document field. I have tried passing a css class or inline style to the field but it doesn't appear after the field is…
Rishi
  • 667
  • 1
  • 6
  • 13
0
votes
2 answers

Disable Caching in Symfony CMF

I am working on a project with symfony 2.6.9 and Symfony CMF to build a content management system. The user has a function where he can change his pagename. Every time he edits the pagename I have to clear symfony cache to see the changes but I…
user3676604
0
votes
0 answers

Symfony CMF ActionBlock routing

I am using Symfony CMF 1.2 and I need to control how URLs redirect within a rendered twig through an ActionBlock. I have a ProductBundle that handles 3rd party calls, does some processing and uses a twig file to render the output. Now in Symfony CMF…
Rishi
  • 667
  • 1
  • 6
  • 13
0
votes
1 answer

Symfony CMF. Big picture. Error with controler on login_check step

Good Day. A have a problem with Symfony CMF. I went step by step, following the official FAQ, http://symfony.com/doc/master/cmf/quick_tour/the_big_picture.html but on step Live Editing, when I login on the page /app_dev.php/demo/login - system…
user3902759
  • 19
  • 1
  • 2
0
votes
2 answers

Symfony CMF multiple image fields using ImagineBlock

Problem Hello, I am using Symfony CMF 1.2, liip/imagine-bundle 1.3, symfony-cmf/media-bundle 1.2. I want to add 2 additional image fields to my block that extends ImagineBlock because for every image I upload there will be a mobile and tablet…
Rishi
  • 667
  • 1
  • 6
  • 13
0
votes
1 answer

Symfony2 - add a dynamical routing using database

I would like to develop a CMS using Symfony 2 that has 2 bundles: one for pages and one for galleries (in the future there will be more bundles). All pages and galleries will be stored in database and they will be dynamically changed. I have two…
Mdt
  • 121
  • 6