cancel
Showing results for 
Search instead for 
Did you mean: 

Getting 404 error after trying to add customer

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

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

 

schermafbeelding.jpg

 

Thanks in advance,

Maron

13 REPLIES 13

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

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.

 

 

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

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.

 

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Getting 404 error after trying to add customer

Schermafbeelding 2018-06-08 om 11.25.26.png Schermafbeelding 2018-06-08 om 11.25.35.png

These are the 2 only files that contain Mage_Adminhtml_CustomerController

Is this what you ment?

Re: Getting 404 error after trying to add customer

Hi,

 

Did you ever fix the problem? I have the exact same thing.

Re: Getting 404 error after trying to add customer

Hi,

No, nog yet. Still trying to find the solution to the problem.

Did you copy/migrate your shop before having this issue?

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