search

Home  >  Q&A  >  body text

magento2 element "referenceContainer": attribute "name"; is required but missing

<referenceBlock name="breadcrumbs" remove="true" />
    <referenceContainer name="page.top">
        <block class="Burstonline\EverCrumbs\Block\Evercrumbs" name="crumbs" as="crumbs" template="Magento_Catalog::breadcrumbs.phtml" />
    </referenceContainer>

magento 2 breadcrumb display error 1 exception: Exception #0 (Magento\Framework\Config\Dom\ValidationException): Element 'referenceContainer': Attribute 'name' is required but missing. Line: 1557

Exception #0 (Magento\Framework\Config\Dom\ValidationException): Element 'referenceContainer': Attribute 'name' is required but is missing. Line: 1557

P粉396248578P粉396248578244 days ago362

reply all(1)I'll reply

  • P粉071626364

    P粉0716263642024-03-30 09:13:15

    Hi @aaron It seems you tried removing the breadcrumbs and adding custom breadcrumbs, in order to fix this you have to change the referenceBlock to a referenceContainer.

    This will fix your error.

    reply
    0
  • Cancelreply