- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting 404 error after trying to add customer
Hi,
In the backend of my magento I'm trying to add a customer, but when I try to do this I'm getting a 404 error.
It's a shop I migrated. Could this be the reason why it's not linking right on the add customer page?
Magento 1.9
Thanks in advance,
Maron
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Hi @maron_b
Did you miss some file to migrate to new server or any custom module which override customer module functionality?
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Hi @Mukesh Tiwari,
Everything else is working just fine, it's only this what is not working.
I wouldn't know if I'm missing a file, my magento knowledge is not that great.
The shop I coppied this one from, is working just fine. The option add customer is working there. But after the copy and migration it isn't.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Hi @maron_b
Check if you have following file in app\code\core\Mage\Adminhtml\controllers\CustomerController.php or any custom module overridden this file.
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Hi @Mukesh Tiwari,
I do have that file in app\code\core\Mage\Adminhtml\controllers\CustomerController.php
How would I see if any custom module would override this file?
Sorry if my questions sound 'stupid', but my knowledge of magento isn't that great.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Search with your all code folder any file extends
extends Mage_Adminhtml_CustomerController
Now check any file extends above controller then that module was extends your default customer controller.
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
These are the 2 only files that contain Mage_Adminhtml_CustomerController
Is this what you ment?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Hi,
Did you ever fix the problem? I have the exact same thing.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
No, nog yet. Still trying to find the solution to the problem.
Did you copy/migrate your shop before having this issue?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Getting 404 error after trying to add customer
Hey maron_b
You should try to ask from correct sub topic
Maybe somthing from here: https://community.magento.com/t5/Core-Technology-Magento-1-x/ct-p/technology
Cheers