milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Forum ACL in admin area #45

Closed r0kawa closed 11 years ago

r0kawa commented 11 years ago
: DbAcl::check() - Failed ARO/ACO node lookup in permissions check. Node references: Aro: Array ( [User] => Array ( [id] => 1 [username] => admin [email] => admin@example.com [status] => active [avatar] => ) ) Aco: Forum.Poll [CORE/Cake/Model/Permission.php, line 94]

I've problem accessing forum admin page inside Admin plugin, can I know how to initialize the forum ACL ? I've done clean install

Attach is the ACL page inside Admin

screen shot 2013-08-20 at 9 43 24 am

milesj commented 11 years ago

You need to install the ACL records.

http://milesj.me/code/cakephp/admin#installing-models

milesj commented 11 years ago

Have you figured this out?

milesj commented 11 years ago

Closing this for now. Re-open if the problem persists.