sonata-project/SonataDoctrinePhpcrAdminBundle

Incompatible with new QueryBuilder in PHPCR-ODM 1.0.0-RC1+

Closed this issue · 2 comments

The query builder shipped with 1.0.0-RC1 and newer are not compatible with the most recent version of this bundle. see also the changelog: https://github.com/doctrine/phpcr-odm/blob/master/CHANGELOG.md#100-rc1

This results in errors like:

Missing argument 1 for Doctrine\ODM\PHPCR\Query\QueryBuilder::from(), called in blog\vendor\sonata-project\doctrine-phpcr-admin-bundle\Sonata\DoctrinePHPCRAdminBundle\Model\ModelManager.php on line 224

closing as there was a dependency issue...