Hi all I have taken over an existing application which relies on the Auth and Acl components. The application is rather small and won't grow much in future, and because the whole ARO/ACO data in the database looks quite chaotic and not easily maintainable to me, I'd like to remove the Acl component and use a simpler approach.
So I have removed the 'Acl' => 'controlled' key from the $uses variable in the AppController and removed any logic using $this->Acl, but still I'm getting the error messages "Database table aros for model Aro was not found" etc. Because this is quite hard to track down where the problem is I wanted to ask you what I could do to definitely get rid of the Acl component? Thanks, Josh Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
