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

CreateBundle Symfony CMF

I am trying to use the create bundle symfony cmf. So far everything works because I am able to edit blocks but I am not able to save my content. I get the following error: Error occurred while saving [{"message":"Not found:…
Dr.Knowitall
  • 10,080
  • 23
  • 82
  • 133
0
votes
1 answer

StaticContent show all child blocks in PHPCTRee?

Does anybody know how I can make all child blocks show up on the CMF Tree in the Sonata Admin for the StaticContent class? The way our system uses the Symfony\Cmf\Bundle\ContentBundle\Doctrine\Phpcr\StaticContent class is to just use it as a content…
0
votes
1 answer

Adding page in SimpleCMSBundle programmatically

I am looking for a way to add pages programmatically in SimpleCMSBundle. I found the following command line. php app/console doctrine:phpcr:migrator page --identifier=/cms/simple/test What I need is first a programmatic equivalent for the above…
hj'
  • 61
  • 1
  • 3
0
votes
1 answer

Symfony CMF Database Schema

I have started to look into Symfony CMF, and I must say it looks good! However, I can't get my head around the database Schema! I have read up on the basics of PHPCR, and understand it to an extent. The bit that is confusing me are all the extra…
Green Acorn
  • 852
  • 2
  • 10
  • 14
0
votes
1 answer

InvalidConfigurationException installing Symfony2 CMF

Just getting into Symfony2 and I wanted to use the CMF bundle. I am following the cookbook here: http://symfony.com/doc/current/cmf/cookbook/editions/cmf_core.html When running composer.phar update I am getting this error: …
Carey Estes
  • 1,534
  • 2
  • 31
  • 59
0
votes
0 answers

symfony2 CreateBundle CKEditor

I've installed CreateBundle and already got BlockBundle running. The plain text editor works fine, but I'm having trouble to get ckeditor running. This is what I configured for CreateBundle: cmf_create: auto_mapping: true editor_base_path:…
enigma
  • 493
  • 2
  • 5
  • 18
0
votes
3 answers

Symfony2 Dynamic Router doesn't work

I'm trying to get the Dynamic Router working. But as it appears to me, it doesn't. When I call '/web/app_dev.php/de/test' I get Stack Trace: [1] Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET /de/test" at…
enigma
  • 493
  • 2
  • 5
  • 18
0
votes
1 answer

Doctrine PHPCR-ODM under Symfony not detecting mapped Document class

I am attempting to integrate PHPCR-ODM with an existing Symfony project, and am having trouble getting it to (presumably) detect my mapped Document class. Specifically, I get an error like this when attempting to persist a Document of my class…
futureal
  • 3,025
  • 1
  • 22
  • 33
0
votes
1 answer

Symfony Permission Error

Trying to install the SymfonyCMF and I keep getting errors on the permissions on app/cache and app/logs. I have the permissions of these folders set to 0777, but I am still getting this error. How can I get Symfony to see that the permissions are…
psion
  • 748
  • 1
  • 6
  • 17
0
votes
1 answer

CreateBundle installation is causing errors

I am following the instructions at: http://symfony.com/doc/master/cmf/cookbook/installing_configuring_inline_editing.html When I try to do a cache clear, I am getting: [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] …
kratos
  • 2,465
  • 2
  • 27
  • 45
0
votes
1 answer

Error installing symfony CMF

I am trying to get symfony cmf up and running. After encountering a few problems during install, i'm stuck at this error message: Catchable fatal error: Argument 1 passed to Symfony\Cmf\Component\Routing\ContentAwareGenerator::getBestLocaleRoute()…
Quantize
  • 95
  • 1
  • 1
  • 5
0
votes
1 answer

Installing symfony2 cmf composer issues

Pretty new to Symfony, I want to get the CMF to work but I'm having issues installing it using composer When running the code in terminal I get this Warning: The lock file is not up to date with the latest changes in composer.json. You may be…
afield
  • 283
  • 1
  • 3
  • 13
0
votes
1 answer

Symfony-cmf Routing

I have read all of the routing inside symfony cmf and I don't get it. Could someone provide me how does it goes to the for example SimpleController. I get that this is a generic controller when i press on the dynamic or static and when I press on…
FortuneSoldier
  • 502
  • 3
  • 21
0
votes
1 answer

Images Symfony CMF create.js

I have installed Symfony CMF and everything works fine, but not like in cmf.liip.ch In cmf.liip.ch when I try to add image it can be uploaded, but in my application createjs does not allow me with this option ? So everything is by default in my…
FortuneSoldier
  • 502
  • 3
  • 21
0
votes
1 answer

Starting a multisite Symfony CMF Instance

I am checking to see if there are any recommendations on creating a multisite instance of the Symfony CMF. My initial thoughts are to launch with Symfony 2.2 and would like to rapidly adopt the CMF once it becomes stable. If there are any known best…
Matthew Sprankle
  • 1,626
  • 1
  • 19
  • 26
1 2 3
11
12