我无法在管理面板中修改任何内容。
我有magento网站,之后我点击
登录管理面板cms->页面然后是列出的页面,但我无法编辑页面。
当我点击页面菜单时,它会在火灾中显示错误:
TypeError: hash.__properties is undefined
[Break On This Error]
if (current.length == hash.__properties.length)
33027d...e309.js (line 8281)
TypeError: Fieldset is undefined
[Break On This Error]
Fieldset.addToPrefix(1);
/bc/in...3a06aa/ (line 41)
TypeError: Translate is not a constructor
[Break On This Error]
...ease use only letters (a-z or A-Z), numbers (0-9) or underscore(_) in this field...
/bc/in...3a06aa/ (line 44)
ReferenceError: Calendar is not defined
[Break On This Error]
...= ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]; // f...
/bc/in...3a06aa/ (line 49)
ReferenceError: Calendar is not defined
[Break On This Error]
Calendar.setup({
/bc/in...3a06aa/ (line 539)
ReferenceError: Calendar is not defined
[Break On This Error]
Calendar.setup({
/bc/in...3a06aa/ (line 565)
TypeError: varienGrid is not a constructor
[Break On This Error]
...d', 'http://localhost/bc/index.php/admin/cms_page/index/key/0681afc112b37ec174e8...
没有任何东西可以正确加载显示bug中的错误。
无法在管理面板中修改任何内容。
答案 0 :(得分:0)
因此请验证您的javascript文件是否包含在内:查看源代码并查看它们是否可以直接访问。有时,如果您输错了nonsecure_base_url
,就会发生这种情况