Nette 2.1 how to implement gedmo doctrine 2?

Notice: This thread is very old.
mcmatak
Member | 490
+
0
-

anyone had luck to implement gedmo into nette 2.1?

this doesnt work

https://github.com/rixxi/gedmo

Gedmo\Exception\InvalidMappingException

Tree listener was not found on your entity manager, it must be hooked into the event manager

Jiří Nápravník
Member | 710
+
0
-

Rixxi\Gedmo works, but you must use this hack.

enumag
Member | 2118
+
0
-

You don't that hack anymore. The bug has been fixed in Kdyby/Events about 9 hours ago.

Tomáš Votruba
Moderator | 1114
+
0
-

@mcmatak: I would recommend you my extension. If you get the same error, try explore registration of Gedmo\Tree\TreeListener service.

Last edited by Tomáš Votruba (2014-03-20 10:02)