-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Module detection not sensible enough #1910
Comments
@Flyingmana can you clarify was this within
Can you clarify why? and how did you determine the module was not loaded? |
the most obvious sign it was not loaded occurred while I debugged why my controller did not work. Dont know the exact place, but in the list of modules which was iterated, the module was not listed. So simplest way to reproduce the Issue for me: Module name is
Just tried it out again, the module is still listed on config->advanced->advanced->"disable module output" not important, still wanted to report it. |
@Flyingmana we have created MAGETWO-43502 to investigate. |
@Flyingmana do you still have this issue on latest 2.0.0? |
No, Issue is not occuring anymore 👍 |
…ta-migration [obsessive-owls] MAGETWO-84648: Test automation for PageBuilder base functionality
I have an module
Cotya_Debug
but had it inside a directorycode/Cotya/DebugModule
.Thats obviously wrong, the module was not even loaded.
Still, the cli
setup:upgrade
command has listed it, so I did first not notice, I had named the Directoy wrong.I use the
"magento/product-community-edition": "1.0.0-beta2"
release.can someone reproduce this? maybe I just messed up my environment
The text was updated successfully, but these errors were encountered: