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 Fatal error: Call to undefined method Doctrine\ORM\Internal\CommitOrderCalculator::addClass() in .../Doctrine/Common/DataFixtures/Purger/ORMPurger.php on line 151
#213
Closed
madebydavid opened this issue
Dec 2, 2015
· 3 comments
The following error is raised when attempting to load fixtures:
PHP Fatal error: Call to undefined method Doctrine\ORM\Internal\CommitOrderCalculator::addClass() in /var/www/html/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Purger/ORMPurger.php on line 151
The addClass method seems to have been removed in this commit
The text was updated successfully, but these errors were encountered:
madebydavid
changed the title
PHP Fatal error: Call to undefined method Doctrine\ORM\Internal\CommitOrderCalculator::addClass() in /var/www/html/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Purger/ORMPurger.php on line 151
PHP Fatal error: Call to undefined method Doctrine\ORM\Internal\CommitOrderCalculator::addClass() in .../Doctrine/Common/DataFixtures/Purger/ORMPurger.php on line 151
Dec 2, 2015
I'm using silex with useallfive/doctrine-data-fixtures-command. Versions are
dev-master
of this repo anddev-master
of doctrine2The following error is raised when attempting to load fixtures:
The
addClass
method seems to have been removed in this commitThe text was updated successfully, but these errors were encountered: