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
Hi @maron_b
Did you miss some file to migrate to new server or any custom module which override customer module functionality?
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.
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.
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.
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.
These are the 2 only files that contain Mage_Adminhtml_CustomerController
Is this what you ment?
Hi,
Did you ever fix the problem? I have the exact same thing.
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