I was able to fix this by making a change to /vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/Doctrine/ORM/QuerySubscriber.php
I changed line 27 from
$useDoctrineWalkers = version_compare(\Doctrine\ORM\Version::VERSION, '2.2.0', '>=');
$useDoctrineWalkers = false;
For the people that want to track the issue: https://github.com/KnpLabs/KnpPaginatorBundle/issues/123
No comments:
Post a Comment