-
Notifications
You must be signed in to change notification settings - Fork 125
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
Plugin not found #303
Comments
I'm not sure what's going on. Do you have 3 different cakephp apps in a single project all using different versions of CakePHP? |
No, I have the same version of cakephp in all 3 cases, but the library (or lib -- with shelldispatcher) is not present in every instance of cake. It's in the root folder of the project and I think it was made like this to not have shelldispatcher multiple times. |
Not sure then. I've not come across an application structure like that before. |
Having similar problem. Cake 3.5.12
Then in bootstrap.php
I get:
And from CLI:
|
So I followed the documentation (2.x) but cant get it to work and it might be because of my folders management.
I have something like this
Project
|-- Cakephp 1
||-- app
|||-- Plugin (here I have AssetCompress)
|-- Cakephp 2
||-- app
|||-- Plugin (here I have AssetCompress)
|-- Cakephp 3
||-- app
|||-- Plugin (here I have AssetCompress)
|-- Library ( here is my ShellDispatcher)
My config looks right:
So am I doing something wrong or do I have to ajust something?
Thank you in advance!
The text was updated successfully, but these errors were encountered: