Nette 2.1 how to implement gedmo doctrine 2?
Notice: This thread is very old.
- mcmatak
- Member | 504
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
- Tomáš Votruba
- Moderator | 1114
@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)