H
H
Hantu2015-12-22 13:54:32
Magento
Hantu, 2015-12-22 13:54:32

Why is menu not showing in Magento admin?

I create a menu in the magento admin panel, after which only the Header of the page starts showing for me. There are no errors in the logs.

<admin>
        <routers>
            <tseapi_admin>
                <use>admin</use>
                <args>
                    <module>TS_Eapi</module>
                    <frontName>eapiadmin</frontName>
                </args>
            </tseapi_admin>
        </routers>
    </admin>
    <adminhtml>
        <menu>
            <eapiadmin module="eapiadmin">
            <title>admin</title>
            <sort_order>77</sort_order>
                <children>
                    <article module="eapiadmin">
                        <title>Manage Articles</title>
                        <sort_order>70</sort_order>
                        <action>tseapi_admin/adminhtml_eapi</action>
                    </article>
                </children>
            </eapiadmin>
        </menu>
    </adminhtml>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sunrails, 2015-12-23
@sunrails

Write the menu settings in the adminhtml.xml file of your module.
Consider app/code/core/Mage/Cms/etc/adminhtml.xml as an example

F
fascinosum, 2015-12-24
@fascinosum

It is better to create a config taking into account the following recommendations
https://magento.com/security/patches/supee-6788-te...
Since it will not work on sites with the SUPEE-6788 patch or Magento version >=1.9.2.2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question