kevintweber / KtwDatabaseMenuBundle

Symfony bundle for extending KnpMenu to store menu items in a database.
MIT License
12 stars 5 forks source link

An issue when updating database #16

Open houzawak opened 8 years ago

houzawak commented 8 years ago

I'm run symfony 2.5 and i get they following message when updating the database in command line.

[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException] Unable to parse file "C:\wamp\www\Kutiwa\ClemenTino\vendor\kevintweber\ktw-database-menu-bundle\DependencyInjection/../R esources/config\menu.xml".

[InvalidArgumentException] [ERROR 1871] Element '{http://symfony.com/schema/dic/services}factory': This element is not expected. (in file:///C:/wam p/www/kutiwa/clementino/ - line 27, column 0)

And the line 27 in the menu.xml file is: <factory service="doctrine.orm.entity_manager" method="getRepository" />

Please need help...