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

Symfony2 CMF TreeBundle has disappeared

Our custom CMS utilizes TreeBundle from Symfony2 CMF. When deploying to a production server, bin/vendors install failed because apparently the whole bundle does no longer exist - at least in GitHub. The Symfony2 CMF homepage still mentions the…
Kaivosukeltaja
  • 15,541
  • 4
  • 40
  • 70
0
votes
1 answer

Fatal error installing Symfony CMF

I'm trying to install Symfony CMF but I'm getting the following error while creating the database: Fatal error: Class 'PHPCR\Util\Console\Command\MoveCommand' not found in …
jribeiro
  • 3,387
  • 8
  • 43
  • 70
0
votes
1 answer

symfony cmf doctrine phpcr migrator page variable

im following the symfony cmf tutorial, i setup an mysql connection instead of sql_light. i setup the database, but now im trying to add the the page with the command from the tutorial: php app/console doctrine:phpcr:migrator page…
Joel Harkes
  • 10,975
  • 3
  • 46
  • 65
0
votes
2 answers

How to setup Symfony-cmf with Sonata Admin on existing Symfony 2 project?

I have been trying to setup Sonata Admin with Symfony-CMF for my project, and i have some errors when i trying to add menu item. How to fix this? Error: The class 'Symfony\Cmf\Bundle\MenuBundle\Document\MenuItem' was not found in the chain…
waj0x
  • 51
  • 5
-1
votes
1 answer

How to use redirect users to different sub-website based on user information based on symfony3

In my system, it will be multiple front-end portal for consumer. All the different portals contains same logic but different css style only. For example: Portal Default : www.myweb.com Portal A : a.myweb.com And a user belongs to portal A could…
Bob
  • 71
  • 1
  • 11
-1
votes
1 answer

Symfony CMF uri property vs route node

I was wondering what would be the best solution to handle routes in a CMS system. Currently I am using an URI property on my documents that I convert (through a RouteProvider) to a symfony route object. This seems for me the most simple and elegant…
Steffen Brem
  • 1,738
  • 18
  • 29
-1
votes
1 answer

How do i create an RDFa definition for something like "textNode HTMLElement textNode"?

Im trying to create some custom blocks for a CMS interface based on the symfony-cmf. In order for these blocks to be edited inline with createphp/hallo i need to create RDFa mappings for them. The basic example for an included block is something…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
-3
votes
1 answer

MediaBundle + CKEditor : Youtube video are not working

Hello i'am trying to use SonataBundle and CKEditor in a CMF project. I am not able to get the video in pages. Probably it is a problem of ckeditor when it generate the HTML. I want to know if i need to install a specific plugin to load sonata…
-6
votes
1 answer

Installing Symfony CMF in existing project

I would like to install Symfony CMF into an existing Symfony2 project. I just want editing a few pages with CMF. I am using this documentation : http://symfony.com/doc/master/cmf/book/installation.html ; just for new installation ...
Gaylord.P
  • 1,539
  • 2
  • 24
  • 54
1 2 3
11
12