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.
When installing via composer as per the documentation, the example does not work with phpcr-odm 1.0. It is necessary to add use Doctrine\Common\DataFixtures\OrderedFixtureInterface;, implement both the FixtureInterface and OrderedFixtureInterface classes and specify a getOrder function with a value larger than that in LoadSimpleCmsData.php, otherwise the following error message is thrown when running php app/console running doctrine:phpcr:fixtures:load:
Property "parent" mapped as ParentDocument may not be empty in document of
class "Symfony\Cmf\Bundle\SimpleCmsBundle\Doctrine\Phpcr\Page"
0 commit comments