Unhandled Error!
Attempt to read property "name" on null
Document |
Brand |
Document type |
CMS page |
Line |
9 |
Exception class |
Cms_ExecutionException |
Code Highlight
<div class="container d-lg-flex justify-content-between py-2 py-lg-3">
<div class="order-lg-2 mb-3 mb-lg-0 pt-lg-2">
<nav aria-label="breadcrumb">
<ol class="breadcrumb breadcrumb-light flex-lg-nowrap justify-content-center justify-content-lg-start">
<li class="breadcrumb-item"><a class="text-nowrap" href="/" data-gtm="B: Home"><i class="ci-home"></i>Home</a></li>
<li class="breadcrumb-item"><a class="text-nowrap" href="/brands/" data-gtm="B: Brands">Brands</a></li>
<li class="breadcrumb-item text-nowrap active" aria-current="page"><?= h($manufacturer->name) ?></li>
</ol>
</nav>
</div>
<div class="order-lg-1 pe-lg-4 text-center text-lg-start">
<h1 class="h3 text-light mb-0">Products by <?= h($manufacturer->name) ?></h1>
</div>
# |
Document |
Type |
1 |
Brand |
CMS page |