2012-07-25 107 views
0

在Magento管理面板中,我单击选项卡“管理类别”,然后显示管理类别部分。管理类别损坏Magento

但之前添加的类别没有显示在那里。

而且我不能添加任何新的类别。

然后我点击“重置”按钮,我得到了类似下面的错误消息:

enter image description here

这是什么?

这里有什么问题?

有没有解决方案?

还有一件事,当我装“管理分类”我在火的bug得到了一个错误太:

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(); 

的,当我点击“添加根类别”或“添加子类别”,然后我在火虫中发生错误:

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; 

回答

0

这是因为Magento Inline Translation Bug发生的。只需转到System > Configuration > Advanced > Developer > Translate Inline并选择“否”为“启用管理员”设置。

+0

,“启用管理员”,“启用前端”已设置为“否”。 – Kichu 2012-07-25 09:50:27

+0

尝试清除缓存 – Serjio 2012-07-25 09:52:52

+0

是的,但没有效果。火灾错误显示的错误与上面描述的相同 – Kichu 2012-07-25 09:53:17