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
Fatal error: Interface 'Zend\Paginator\Adapter' not found
I'm taking another swing at getting the pagination for this to work. Unfortunately the knplabs paginator info is limited. Can you provide some info on how to install the Zend package in a way that it works? I've extracted in in vendor/zend and added it to registerPrefixes. 'Zend_' => DIR.'/../vendor/zf2/library',
Thanks.
The text was updated successfully, but these errors were encountered:
Right now, I have not the code, so I can give you a definetly solution, but try to remove the underscore in Zend_:
Try to register:
'Knplabs' => DIR.'/../vendor/bundles',
'Zend' => DIR.'/../vendor/Zend/library',
If that still doesn't work, let me know and I'll give you a better answer this afternoon.
Hey Carlos,
I'm getting:
Fatal error: Interface 'Zend\Paginator\Adapter' not found
I'm taking another swing at getting the pagination for this to work. Unfortunately the knplabs paginator info is limited. Can you provide some info on how to install the Zend package in a way that it works? I've extracted in in vendor/zend and added it to registerPrefixes. 'Zend_' => DIR.'/../vendor/zf2/library',
Thanks.
The text was updated successfully, but these errors were encountered: