You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
After installing the auto-routing-bundle and configuring the routes to be generated the fixture loader throws an exception:
[Doctrine\ODM\PHPCR\Id\IdException]
Property "parent" mapped as ParentDocument may not be empty in document of class "Symfony\Cmf\Bundle\RoutingAutoBundle\Model\AutoRoute"
The Documents are setup correctly as in the tutorial, the issue appears to be that the auto-routing-bundle doesn't know where the routes should be stored. Adding the cmf_routing_auto.persistence.phpcr.route_basepath appears to resolve the problem.
Have submitted a pull request with the updated documentation.