0
votes

In the Magento admin panel I clicked the tab "Manage Categories", then the manage category section displayed.

But the previously added categories are not showing there.

And I can't add any any new categories.

Then I clicked on the "RESET" button and I got an error message like the one below:

enter image description here

What is this?

What is the problem here?

Is there any solution for this?

And one more thing, when I loaded 'manage categories' I got an error in fire bug too:

TypeError: hash.__properties is undefined
[Break On This Error]   

if (current.length == hash.__properties.length)

deprecation.js (line 339)

TypeError: hash.__properties is undefined
[Break On This Error]   

if (current.length == hash.__properties.length)

deprecation.js (line 339)

TypeError: hash.__properties is undefined
[Break On This Error]   

if (current.length == hash.__properties.length)

deprecation.js (line 339)

TypeError: hash.__properties is undefined
[Break On This Error]   

if (current.length == hash.__properties.length)

deprecation.js (line 339)

TypeError: hash.__properties is undefined
[Break On This Error]   

if (current.length == hash.__properties.length)

deprecation.js (line 339)

TypeError: Ext.tree.TreePanel is undefined
[Break On This Error]   

Ext.tree.TreePanel.prototype.getChecked = function(node){

ext-tr...kbox.js (line 5)

TypeError: Ext.UpdateManager is undefined
[Break On This Error]   

Ext.UpdateManager.defaults.loadScripts = false;

/bc/in...565cdc/ (line 76)

TypeError: Fieldset is undefined
[Break On This Error]   

Fieldset.addToPrefix(1);

/bc/in...565cdc/ (line 83)

TypeError: Ext.tree.TreePanel is undefined
[Break On This Error]   

Ext.tree.TreePanel.Enhanced = function(el, config)

/bc/in...565cdc/ (line 618)

TypeError: hash.__properties is undefined
[Break On This Error]   

if (current.length == hash.__properties.length)

deprecation.js (line 339)

ReferenceError: updateTopButtonToolbarToggle is not defined
[Break On This Error]   

updateTopButtonToolbarToggle();

The when I clicked on the "add root category" or "add sub category" then I got an error in fire bug:

TypeError: tree is undefined
[Break On This Error]   

tree.addNodeTo = tree.currentNodeId;

/bc/in...565cdc/ (line 947)

TypeError: tree is undefined
[Break On This Error]   

tree.addNodeTo = tree.currentNodeId;

/bc/in...565cdc/ (line 947)

TypeError: tree is undefined
[Break On This Error]   

tree.currentNodeId = tree.root.id;

/bc/in...565cdc/ (line 945)

TypeError: tree is undefined
[Break On This Error]   

tree.currentNodeId = tree.root.id;
1

1 Answers

0
votes

It happened because of Magento Inline Translation Bug. Just go to System > Configuration > Advanced > Developer > Translate Inline and choose "No" for "Enabled for Admin" setting.