Magento管理菜单无法正常工作 - 下拉列表没有反应

时间:2012-10-22 16:12:46

标签: magento

后端的管理员菜单不再爆炸了。我已经浏览了/ js /文件夹中的所有文件权限但没有运气。

当我从后端停用模块时,问题就出现了。

我的firebug / firefox调用了这个错误:

TypeError: this.element.setAttribute is not a function
element.attachEvent("on" + actualEventName, responder);
prototype.js (linje 4536)

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]
null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
prototype.js (linje 1724)

TypeError: element.attachEvent is not a function
element.attachEvent("on" + actualEventName, responder);
prototype.js (linje 4536)

TypeError: element.dispatchEvent is not a function
element.dispatchEvent(event);
prototype.js (linje 4619)

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]
Selector._div.querySelector(this.expression);
prototype.js (linje 3222)

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]
null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
prototype.js (linje 1724)

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]
null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null); 

2 个答案:

答案 0 :(得分:1)

好像你安装了一个新模块。 Magento的管理导航栏基于JS,所以任何Js错误都会完全崩溃。您将不得不通过JS代码工作并解决这些错误以使其再次运行。还要清除/ media / js目录中的缓存JS文件。

答案 1 :(得分:0)

我禁用的模块出现问题。它打破了管理菜单,不得不从数据库重新启用该模块,使其再次工作。这是mgt_amazingwysiwyg(如果有人想知道)