Uttam Mitra
Uttam Mitra

Reputation: 17

Magento Admin Category Toggle menu error

I have clicked on the category menu in admin but its give me this error on firebugs.

toolbarToggle is not defined toolbarToggle.stop();

Please help me.

NB:My magento updated from 1.4 to 1.6.

Upvotes: 0

Views: 656

Answers (1)

MANISH
MANISH

Reputation: 21

It’s a JavaScript bug. Go to app/design/adminhtml/default/default/template/catalog/category/edit.phtml comment out line 75 (toolbarToggle.stop();) and line 94 (toolbarToggle.start()).

Please note, that you will be hacking a core file! You can override these files, but I think it will be fixed in some of the next versions (and then these hacks will be overridden).

Upvotes: 2

Related Questions