【问题标题】:Magento 2 Design Configuration errorMagento 2 设计配置错误
【发布时间】:2017-04-30 12:28:33
【问题描述】:

我正在尝试在 Magento 2 中打开设计配置,但它进入了无限循环加载,当我检查页面时出现此错误
Uncaught TypeError: Constr is not a constructor in layout.js:66,谁能帮助我在那?

未捕获的类型错误:Constr 不是构造函数 在 Object.initComponent (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/Magento_Ui/js/core/renderer/layout.js:66:25) 着火了 (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/jquery.js:3099:30) 在 Object.fireWith [as resolveWith] (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/jquery.js:3211:7) 在 Object.deferred.(匿名函数) (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/jquery.js:3301:34) 着火了 (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/jquery.js:3099:30) 在 Object.fireWith [as resolveWith] (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/jquery.js:3211:7) 在 Object.deferred.(anonymous function) [as resolve] (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/jquery.js:3301:34) 在http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/Magento_Ui/js/core/renderer/layout.js:59:20 在 Object.execCb (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/requirejs/require.js:1650:33) 在 Object.context.execCb (http://127.0.0.1:7777/Magento/pub/static/version1493554470/adminhtml/Magento/backend/en_US/mage/requirejs/resolver.js:131:31)

【问题讨论】:

标签: javascript magento


【解决方案1】:

您的网站部署似乎未正确完成。使用以下命令并再次部署:

rm -rf var/*
rm -rf pub/static/*
php bin/magento setup:upgrade   //(only for new extensin)
php bin/magento setup:static-content:deploy
chmod -R 7777 var pub

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-09-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-05-19
    相关资源
    最近更新 更多