Unhandled Error!

Attempt to read property "name" on null

Document Category
Document type CMS page
Line 8
Exception class Cms_ExecutionException

Code Highlight

	<div class="container">
		<div class="row">
			<div class="col-12 col-lg-8 offset-lg-2 text-center py-4">
				<?php $this->render_partial('shop:breadcrumb', [
					'class' => 'breadcrumb-light justify-content-center'
				]); ?>
				<h1><?php echo h($category->name); ?></h1>
				<p class="fs-16 mb-0 fw-300">
					<?php echo h($category->short_description); ?>
				</p>
			</div>
		</div>
	</div>
# Document Type
1 Category CMS page