Magento not show modules in admin/configuration/advance

saurabh Singh

I will make module properly in apps/code/local/.... and make config.xml in etc folder.. and packegname_modulename.xml in apps/etc/models.. every thing is proper but it not showing the module in admin/configuration/advance

Whats the problem....

Pavan Kumar

check your file at app/etc/modules/packegname_modulename.xml is in the correct format.. It has to be as below.

<config>
    <modules>
        <Packegname_Modulename>
            <active>true</active>
            <codePool>local</codePool>
        </Packegname_Modulename>
    </modules>
</config>

There shouldnt be any unnecessary spaces between the codePool tag. codePool tag has to be in this format only as <codePool>. If you are creating the module under local folder then codePool as to be local if in community then the codePool has to be community instead of local

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

magento disable modules script

From Dev

Show Value in Admin in Magento

From Dev

magento: show disabled product

From Dev

Show Value in Admin in Magento

From Dev

Magento - Error after disabling modules

From Dev

Magento sidebar will not show cart quantity

From Dev

Magento if product configurable show options

From Dev

Magento show empty grouped product

From Dev

magento frondend and backend show error

From Dev

magento frondend and backend show error

From Dev

Magento show empty grouped product

From Dev

show attribute value in admin magento

From Dev

Magento - Overriding block template in two modules

From Dev

Magento, override custom modules adminhtml block

From Dev

Use custom modules with bitnami/magento container on kubernetes

From Dev

How to show the static blocks in Magento 2?

From Dev

How to show my own products only Magento

From Dev

Magento show 404 on custom admin module grid

From Dev

Dynamically Show Product Promotions On Product Page Magento

From Dev

show active and inactive categories magento for parent level

From Dev

Get Current URL in Magento and show something

From Dev

Magento: Show Visitor's Recently Viewed Product

From Dev

How to show product description at home page in magento

From Dev

Show the longest path to a product in Magento breadcrumbs

From Dev

Magento: How show on frontend the Keyword attribute of product

From Dev

Magento: show shipping price checkout including tax

From Dev

Import csv product does not show on frontend in magento

From Dev

Magento show 404 on custom admin module grid

From Dev

show text field attribute of a configurable product magento

Related Related

HotTag

Archive