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
10
votes
6 answers

"An error occured when executing the cache:clear --no-warmup" while installing symfony-cmf-standard

I was trying to install symfony-cmf-standard using: composer.phar create-project symfony-cmf/standard-edition symfony-cmf-standard/ --stability=dev But I am getting the following error: Could not open input file: app/console Script…
vishal
  • 3,993
  • 14
  • 59
  • 102
5
votes
4 answers

Sonata Media Bundle missing entity Category

I try to install the Sonata Media Bundle into the Symfony CMF following this guide: https://sonata-project.org/bundles/media/3-x/doc/reference/installation.html. This command php app/console sonata:easy-extends:generate --dest=src…
Frank B
  • 3,667
  • 1
  • 16
  • 22
3
votes
1 answer

Sonata Doctrine Phpcr Admin Bundle: Change parent of node

I have problem with changing parent of document inside sonata admin. My document has property like this: /** * @PHPCRODM\Children(filter="teaserimage*", cascade="persist") * @var Image[] */ protected $teaserImages; .... /** *…
3
votes
1 answer

Symfony CMF Media Bundle invalidate image; the front doesn't reload the cached image

My problem is the following: When I change an image in the Symfony CMF admin, it changes in the admin (the image changes in the admin side, everything good); but in the front side I don't see the change. I see the old image, and it only refresh if I…
Marco Antonio
  • 339
  • 2
  • 10
3
votes
1 answer

Remove Symfony CMF content type options from Sonata Admin Menu

Currently I have a dashboard and menu in the Sonata Admin backend which is a combination of my own entities and those which came with Symfony CMF. Ideally I would like to remove the Symfony CMF group as it's not currently used on the site and may…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
3
votes
1 answer

Doctrine Proxy not found

I'm trying to set up the Symfony CMF with Doctrine PHPCR-ODM. Unfortunately, whenever I want to save some data from Sonata Admin into the database, I get the following exception: Compile Error:…
temparus
  • 119
  • 3
  • 10
3
votes
1 answer

Upgrade Symfony CMF to newset and css content-type issue

I have problem with upgrading my symfony cmf aplication. My composer looks like: http://pastebin.com/yhm6QVGx after successful composer update I have css error like on You can notice that request is /static/bundles/sonataadmin/bootstrap/... but…
borovsky
  • 873
  • 1
  • 9
  • 15
3
votes
2 answers

sqlite or mysql for symfony2 CMF

I was installing the symfony2 CMF using composer and I noticed that the default PDO handler for it is set to sqlite. I'm just curious if there's any reason behind it that related to performance or the symfony team just don't feel like using mysql…
MKoosej
  • 3,405
  • 3
  • 21
  • 29
3
votes
2 answers

Symfony cmf generate:bundle option

Why, conceptually, there is not inside symfony cmf app console generate bundle. I have tried php app/console generate:bundle, but it doesn't work.
FortuneSoldier
  • 502
  • 3
  • 21
2
votes
1 answer

Implementation for configureRoute() of AnnotationClassLoader

In my Symfony 3.2 app, I create a custom router that extends from Symfony\Bundle\FrameworkBundle\Routing\Router. As required, it implements a getRouteCollection() method: public function getRouteCollection() { $locator = new FileLocator(__DIR__…
paolo
  • 2,528
  • 3
  • 17
  • 25
2
votes
0 answers

Adding SimpleCmsBundle to my existing Symfony project

For a client I've nearly finished a project, build in Symfony 2.8. The client asked me to add some extra CMS functionality, so he could do some basic page editing himself, like adding/editing pages and menus. I'm not familiar with Symfony CMF, but…
Thijs
  • 87
  • 10
2
votes
1 answer

Symfony2 - Render controller show blank page

I started develop in symfony now and i work in a CMS with Symfony CMF, i need to create a function with some lines in php and JS to insert into in running page or a existing template. I created a Action at main controller for this template and i try…
diegoos
  • 86
  • 11
2
votes
1 answer

Symfony CMF RoutingBundle - PHPCR Route Document - Multiple Parameters

Tried to find a solution, but I got always stuck a the docs or at answers include other bundles. In the documentation of the dynamic router you can find the hint: "Of course you can also have several parameters, as with normal Symfony routes. The…
2
votes
2 answers

PHPCR nodes and meta cache override

I am using Symfony CMF, PHPCR and SncRedisBundle. I want to add metadata and nodes caching for PHPCR to SncRedisBundle. For testing purposes, I have modified the loadDoctrine function in the file…
arvind.d
  • 351
  • 2
  • 9
2
votes
2 answers

The block type "sonata.admin.block.admin_list" does not exist

I just tried to install Symfony CMF with Sonata Admin bundle but have some issues enabling it. Apparently I'm not the first, but the other answers have not helped me wery much unfortunatly. This is my complete exception: An exception has been…
Richard87
  • 1,592
  • 3
  • 16
  • 29
1
2 3
11 12