ivanamat / cakephp3-aclmanager

CakePHP 3.x - Acl Manager
MIT License
27 stars 27 forks source link

"Call to a member function alias() on boolean" on method Paginate #24

Closed byeloff closed 6 years ago

byeloff commented 6 years ago

I have this problem:

Call a member function alias () on boolean

The error occurs on lines 90 and 149 of the AclController.php file

Could someone help me with this error?

Versions: "cakephp/acl": "^0.2.6", "cakephp/cakephp": "3.5.*", "ivanamat/cakephp3-aclmanager": "^1.2",

Thank you very much

ivanamat commented 6 years ago

Hi @byeloff

Have you configured AppController, bootstrap.php, created, groups, roles, users, logged in and executed "Update ACOs and AROs and set default values"?