Salim Kureshi
Salim Kureshi

Reputation: 1

Magento in admin panel when click on edit custome it blank can't work?

My Magento Version is 1.5.1.0-rc1.

When Click on Customer Tab and Manage customer then it will show customer detail proper but when click in edit then give me header and footer without body middle content. Pls help me and give me suggestion what's problem..

Please view attachment ans01.jpg and ans02.jpg. ans01.jpg is list of customer detail and ans02.jpg is edit page.

Upvotes: 0

Views: 3189

Answers (2)

shylaja
shylaja

Reputation: 115

Please check your customer.xml in app/design/adminhtml/default/default/layout/customer.xml and check if the below xml tag are there. If not please check any file will override this cutomer edit action?

  <adminhtml_customer_edit>


 </adminhtml_customer_edit>

Upvotes: 1

Sanjeev Kumar Jha
Sanjeev Kumar Jha

Reputation: 1263

write below code in index.php file and save it to display error

error_reporting(E_ALL);
ini_set(“display_errors”, 1);

Then write down error what is the exact error in your magento.

For more detail please check this link:

http://bitly.com/hhtaEG

Enjoy !!!!!!!!!1

Upvotes: 0

Related Questions