Gedmo Tree getPath Error: Node is not related to this repository 500 Internal Server Error - InvalidArgumentException
I am getting error: Node is not related to this repository 500 Internal Server Error - InvalidArgumentException UPDATE 1: it does not matter if I set up tree repository with traits or extend abstract repository the error is the same. UPDATE 2: Full stack trace http://pastebin.com/TtaJnyzf I want to output html tree with tree structure from database and specifically I need to get path from root to selected node . As I understand it, that is done with getPath() function. I am using: Symfony v3.0.6; Doctrine v2.5.4 StofDoctrineExtensionsBundle [1] in order to manage Tree structure. To setup Tree