Skip to content
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

After creating module it is not showing in magento backend #101

Closed
uzairkhatri opened this issue Oct 9, 2015 · 7 comments
Closed

After creating module it is not showing in magento backend #101

uzairkhatri opened this issue Oct 9, 2015 · 7 comments

Comments

@uzairkhatri
Copy link

I have creating a module with 4 fields . It is working fine on my local host , but when I moved my site to server It is not showing the menu in backend and frontend also.

I have cleared the cache , disable the compiler and did everything that I found over the internet but still the issue is not resolved .

I am attaching the screenshots kindly check this .

1
2

Kindly help me out.

@dfelton
Copy link
Contributor

dfelton commented Oct 9, 2015

On your live server,

  • Are you logged in as an administrator role with all privileges? Or one which has been assigned access to this menu item?
  • Hate to ask this but are you sure all the extension's files have been properly uploaded? Here are the critical ones at least pertaining to your menu
    • app/etc/modules/MODULE_NAME.xml
    • app/code/CODE_POOL/MODULE_NAMESPACE/MODULE_NAME/etc/config.xml
    • app/code/CODE_POOL/MODULE_NAMESPACE/MODULE_NAME/etc/adminhtml.xml

@tzyganu
Copy link
Owner

tzyganu commented Oct 9, 2015

@uzairkhatri Can you send me the xml for the module configuration. You can find it in var/modulecreator/package/[Namespace]_[Module].xml.
Please send it at ultimate(dot)module(dot)creator(at)gmail(dot)com if you don't want to post it here.

@uzairkhatri
Copy link
Author

Hi
I am sending you the xml file , kindly check and let me know what is the issue .I was to upload my site on live server and holding just because of the slider issue.
Thanks
RegardsUzair Khatri

Date: Fri, 9 Oct 2015 04:46:17 -0700
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [UMC1.9] After creating module it is not showing in magento backend (#101)

@uzairkhatri Can you send me the xml for the module configuration. You can find it in var/modulecreator/package/[Namespace]_[Module].xml.

Please send it at ultimate(dot)module(dot)creator(at)gmail(dot)com if you don't want to post it here.


Reply to this email directly or view it on GitHub.

@tzyganu
Copy link
Owner

tzyganu commented Oct 12, 2015

@uzairkhatri Your namespace and module name start with a lowercase letter.
I assume your dev machine is on windows and your live machine is on linux.
Make your namespace Homepage instead of homepage and your module name Slider instead of slider.

@uzairkhatri
Copy link
Author

ok ,

I made changes in somefile and folders but it gave me error.
Can you tell me on which files and folder I have to make the changes , as there are many files .

There should be any solution for this. Even when I create module from my linux server (live site) it creates same file structure as I already have. I think the module should create it in uppercase so It can run on Linux server.

@tzyganu
Copy link
Owner

tzyganu commented Oct 12, 2015

All the folders and class names have to be renames to use a capital letter for namespace and module name. I think it's better to recreate the extension again if you didn't do many modifications after it was created.

@tzyganu
Copy link
Owner

tzyganu commented Oct 27, 2015

I will close this for now since a solution was offered.

@tzyganu tzyganu closed this as completed Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants