我想问一下,为什么在我选择购物车价格规则的“条件”部分中的“付款方式”后,我的magento会重定向到信息中心。
没有error.log但在system.log中。我收到以下错误。
[2017-01-18 02:15:58] main.CRITICAL: Broken reference: the 'header' tries to reorder itself towards 'global.notices', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] []
[2017-01-18 02:15:58] main.CRITICAL: Broken reference: the 'page.breadcrumbs' tries to reorder itself towards 'notifications', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] []
[2017-01-18 02:15:58] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'notification.messages', but their parents are different: 'header.inner.right' and 'header' respectively. [] []
[2017-01-18 02:16:16] main.INFO: Cache file with merged layout: LAYOUT_adminhtml_STORE1_1d41d8cd98f00b204e9800998ecf8427e and handles : Please correct the XML data and try again. [] []
[2017-01-18 02:16:19] main.CRITICAL: Broken reference: the 'header' tries to reorder itself towards 'global.notices', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] []
[2017-01-18 02:16:19] main.CRITICAL: Broken reference: the 'page.breadcrumbs' tries to reorder itself towards 'notifications', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] []
[2017-01-18 02:16:19] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'notification.messages', but their parents are different: 'header.inner.right' and 'header' respectively. [] []
上述错误会导致它重定向到仪表板吗?
答案 0 :(得分:1)
请在"付款方式"之后检查ajax回复。正在选择。
答案 1 :(得分:0)
实际上是由于我的朋友没有将一些文件上传到svn,因此丢失了一些Magento文件。我重新安装,现在正在运行。