-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Possible issue with custom module #1132
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
Comments
@antiseptikk, your new module should have etc/module.xml file, where setup version should be specified. |
@vpelipenko i have etc/module.xml with :
but i got the message |
Could you try to clear cache? Or just remove var/cache folder. It can help you. |
@vpelipenko yes but it's not working |
@antiseptikk, it must work. But you also can try do next
|
@antiseptikk, please, take a look at our Developer Guide http://devdocs.magento.com/guides/v1.0/extension-dev-guide/create_module.html to make sure that you create module as described. I tried to do the same and it works for me. |
I had the same problem and I fixed it using the command "php -f [you magento2 root]/setup/index.php update" thanks @maksek. |
Maybe you have missed any step in creating custom module. Here's a step by step guide: Create Hello World module in Magento 2. |
… views #1132 - Merge Pull Request magento-engcom/magento2ce#1132 from p-bystritsky/magento2ce:ISSUE-12889 - Merged commits: 1. 18d7890 2. 64d051c 3. 8268922
I try to create a little module (just display Hello World) in dev RC and when I return on the home page I got this message:
Setup version for module 'Magento_HelloWorld' is not specified
Do you know how can I fix this ?
Thanks
The text was updated successfully, but these errors were encountered: