-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Component: AclComponent could not be found. #4
Comments
I have the same problem and in the command
Thanks |
I never intended to do anything more with this project, but it seems there is some interest in it. I can revisit some of these issues when I have some free time shortly. |
Are you sure that you've installed the ACL plugin via composer and loaded the ACL plugin in Plugin::load('Acl', ['bootstrap' => true]); I just ran through this tutorial on a fresh CakePHP install and fixed some issues along the way, but this is something I did not run into. |
Hi guys can someone tell me why am getting the error below, after moving my app to live host? Error: The application is trying to load a file from the Acl plugin. Make sure your plugin Acl is in the /home/portwort/public_html/vivapro/plugins/ directory and was loaded. ACL is load in bootstrap file as follows Funnily everything seems to work fine on my local host. |
Did you install the ACL plugin on your server? |
Hi I am also getting similar error as @spyller. When running the command bin\cake acl_extras aco_sync. |
Hi matt, sorry to re-open and old discussion. I have finished your tutorial without any errors, however, after creating the groups and users, and grant them permissions, I've logged off and tried to login again, but got this error message: I've also looked at the said folder in my project folder and really could not find the file, also at your source code there is no such file. Do you have any idea of what can I do to fix this problem? |
Hi!
Thank you for this very useful tutorial.
Im having a litle error:
Missing Component: AclComponent could not be found.
Error: Create the class AclComponent below in file: src\Controller\Component\AclComponent.php
And it seems that the file isnt in the location mentioned above, i installed the plugin via composer from my app directory.
Thanks in advance.
The text was updated successfully, but these errors were encountered: