0
votes

I have upgraded Magento 1.7 to 1.9. After upgrade category is not getting update. it is displayed only "Please wait" popup box only and it stay for a long time. I thought it might re-index issue so i re-indexed it by index management. and followed steps as mentioned below url:

Magento save new category taking too much time

but not any success. Kindly help out me if you know any other solutions for this.enter image description here

2
Need to update/Alter any table for this issue?vin
is the save request already fired? possibly you run in to this bug Magento - JavaScript error prevents adding and saving of categoriesrayphi

2 Answers

0
votes

The issue will be due to Magento 1.9 no longer having the thumbnail attribute for categories - a bad ommission if you ask me. Your codebase looks like it is still rendering the field on the category edit screen, so you need to either remove it from your code, or (better option) re-add the thumbnail field to Magento - take a look at this very good description on how to do it https://magento.stackexchange.com/questions/48065/admin-category-insert-thumbnail-field-has-disappeared

0
votes

When you save category magento fire a ajax just try to locate ajax error. Firstly just enable error reporting at index.php file.