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
php bin/console -v doctrine:phpcr:fixtures:load
=> Exception
In DoctrinePHPCRODMListener.php line 71:
[Symfony\Component\Debug\Exception\UndefinedMethodException]
Attempted to call an undefined method named "getDocument" of class "Doctrine\ODM\PHPCR\Event\PreUpdateEventArgs".
Did you mean to call "getDocumentChangeSet"?
The text was updated successfully, but these errors were encountered:
that looks like you end up with an old version of the sonata-project/cache repository together with a new version of doctrine commons and phpcr-odm. can you try updating sonata-project/cache?
php bin/console -v doctrine:phpcr:fixtures:load
=> Exception
In DoctrinePHPCRODMListener.php line 71:
[Symfony\Component\Debug\Exception\UndefinedMethodException]
Attempted to call an undefined method named "getDocument" of class "Doctrine\ODM\PHPCR\Event\PreUpdateEventArgs".
Did you mean to call "getDocumentChangeSet"?
The text was updated successfully, but these errors were encountered: