0

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]  
  Unrecognized options "phpcr_odm, image" under "cmf_create"    

Are the instructions outdated?

kratos
  • 2,465
  • 2
  • 27
  • 45

1 Answers1

2

From looking at the Configuration on Github it does look like those are out of date.

There looks to be a more up to date config at http://symfony.com/doc/master/cmf/bundles/create.html#configuration

qooplmao
  • 17,622
  • 2
  • 44
  • 69
  • Qoop is correct, the cookbook entry is indeed outdated. we are currently in a thorough rewrite of the whole doc, and plan to release stable versions of the cmf next week. i added an issue to the documentation github project to remind us to update the cookbook as well: https://github.com/symfony-cmf/symfony-cmf-docs/issues/283 – dbu Oct 02 '13 at 19:56
  • Awesome. I am looking forward to it. – kratos Oct 02 '13 at 21:25