浏览文章
文章信息
Magento2 Element 'field': This element is not expected.解决
19670
1、问题
exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): The XML in file "/www/wwwroot/resmed.havefunchats.com/app/code/Mjd/SalesAgreement/etc/adminhtml/system.xml" is invalid: Element 'field': This element is not expected. Line: 109 Verify the XML and try again. Exception #0 (Magento\Framework\Exception\LocalizedException): The XML in file "/www/wwwroot/resmed.havefunchats.com/app/code/Mjd/SalesAgreement/etc/adminhtml/system.xml" is invalid: Element 'field': This element is not expected. Line: 109 Verify the XML and try again.2、解决:
检查xml字段重叠。或者错误字段等。
问题提示:**xml的问题出现,报错往往跟元素标签位置有关,错点引起其他行错误,所以行数是错误的,你只能仔细排查元素内部的元素写法是否有错。