Magento admin url showing 404 - magento

I am new in magento. I have installed new module in magento and in backend it is showing 404 page.
Thanks in advance.

For the solution of this question is very simple like :
You need to Logout and again login once installed new module in admin (Magento).
Then Clean/Flush magneto cache from admin.
Thanks

Just Logout and Login in magento admin so it will not redirect 404.

Related

Magento customer login error

After migrating Magento website on new server am getting an error on customer login page. I attached one screenshot have a look
I solved this error by deleting URL Rewrite from the catalog

Unable to login to my joomla backend

anyone can help me please!
it is about joomla control panel backend, I don't know why I can't login, every time I try to access it is just send me back to the same login page..
The site frontend is working fine, and the backend is working fine on my localhost.
I've tried to login and it was fine.
There are two things you need to do for your Joomla site:
Error: Your host needs to disable magic_quotes_gpc to run this version of Joomla! => ask your hosting provider to disable magic_quotes_gpc
Update your Joomla from Joomla 3.1.6 to Joomla 3.2.1 as soon as possible.

Redirection in magento

I am working on custom module. I try to redirect my module to magento catalog category page. The link for the page is
http://localhost/project/index.php/admin/catalog_category/index/key/cc65595b0383ca64fb245cb7de2359d8/
I have tried following methods without success.
$this->_redirect($this->getUrl("admin/catalog_category/"));
$this->_redirect("admin/catalog_category/");
Magento is removing admin from url ? final url look like that
http://localhost/project/index.php//catalog_category/index/key/cc65595b0383ca64fb245cb7de2359d8/
I didn't figure out why admin is skipping from my url ? can anyone help ?
Try below code.
$this->_redirect("adminhtml/catalog_category");
The first URI(ie adminhtml) is module name and for admin area the module name is adminhtml.

Login issue after setting memcache session in magento

Admin and customer cannot login in magento after the following changes :
I enabled the memcache session in magento by editing local xml with the following lines
<session_save><![CDATA[memcache]]></session_save>
<session_save_path><![CDATA[tcp://XX.XX.XX.XX:11212?persistent=0&weight=2&timeout=10&retry_interval=10]]></session_save_path>
<!--session_save><![CDATA[files]]></session_save-->
After that I cleared the magento cache from admin,after that I cannot login back to admin panel neither can login from the frontend.
Any fix for this issue?
It worked fine after mem-cached(server) was restarted

magento admin url redirect to home page automatically

I faced a strang problem: When I want to login admin page, but it automatically redirect to home page.
our shop url is www.bestinnature.ca, the admin page is www.bestinnature.ca/index.php/admin.
could some give me some advice?
Play with site.com/magento/custom_admin_name to site.com/magento/index.php/custom_admin_name
You need to make changes in the core_config_data table in your database.
Regards
Vikk

Resources