I am trying to install the ACL Manager I found here:
http://bakery.cakephp.org/articles/view/acl-management-plugin

I followed the directions exactly, but it still isn't working
correctly. The directions tell me that once it's installed, you can
access it at /admin/acl, and sure enough I can, but if I click any of
the three links on that screen, I get this error:

Missing controller

You are seeing this error because controller AclController could not
be found.

Notice: If you want to customize this error message, create app\views
\errors\missing_controller.ctp

Fatal: Create the class below in file: app\controllers
\acl_controller.php

<?php
class AclController extends AppController {
   var $name = 'Acl';
}
?>

I realize you guys probably aren't experts on every plugin, but any
insight into what could be causing this would be greatly appreciated.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to