Since we have upgraded the magento 1.9.2.2 and add the module : https://bitbucket.org/magebit/whitelister/downloads By magebit.
After installing new addons , flushing the cache , loging into the admin I still have some modules that show a 404 page. Do you know how I can solve these error ?
Solved! Go to Solution.
Hello
You try this solution here: http://magento.stackexchange.com/questions/40620/correct-way-to-change-the-magento-1-9-admin-url
Hello xavkick,
You try to add translate="title" and module="magebit_whitelister" in config.xml the second ACL menu: line 91 -99
<children> <config> <children> <magebit_whitelister translate="title" module="magebit_whitelister"> <title>Magebit - Whitelister</title> </magebit_whitelister> </children> </config> </children>
Log out and log in again.
thank for your answer but the Whitelister add-ons is working.. it's other third party modules I have 404 error page..
And in the config.xml line between 91-99 are
<core>
<class>Mage_Core_Model</class>
<resourceModel>core_resource</resourceModel>
</core>
<core_resource>
<class>Mage_Core_Model_Resource</class>
<deprecatedNode>core_mysql4</deprecatedNode>
<entities>
<config_data>
Well, I think I know where is the issue .
My website admin is http://mywebsite.com/admin
and when I'm logging i have http://mywebsite.com/admin/admin
can you tell me how to change it please ?
Hello,
The Whitelister is working now?
Actually, I find ACL in config.xml or adminhtml.xml under etc folder. You should find the <acl> node in this files.
Yes the whitelister is working now but please read my previous post about my admin adress
Hello
You try this solution here: http://magento.stackexchange.com/questions/40620/correct-way-to-change-the-magento-1-9-admin-url
Yes But if it change :
<admin> <routers> <adminhtml> <args> <frontName><![CDATA[admin]]></frontName> </args> </adminhtml> </routers> </admin>
to
<admin> <routers> <adminhtml> <args> <frontName><![CDATA[hello]]></frontName> </args> </adminhtml> </routers> </admin>
I still have admin in the admin address
http://www.mywebsite.com/index.php/admin/hello...
Do you know where I can find why admin is still in the link ?
I just found the issue.
because the option
- Add Store Code to Urls
was enable.
Thank you for your help
xavier
After install module / Extension please log out from admin and again login it will solve.
in my case i have tried it and it was working for me.