Unhandled Error!
Trying to get property of non-object
Document |
Brands |
Document type |
CMS template |
Line |
11 |
Exception class |
Cms_ExecutionException |
Code Highlight
<meta charset="utf-8">
<base href="<?php echo Phpr::$request->getRootUrl().Phpr::$request->getSubdirectory() ?>" />
<?php
$this->render_partial('site:meta');
$this->render_head();
?>
<title><?php echo h($manufacturer->name); ?> | Cake Decorating Supplies</title>
</head>
<body>
<div class="pagecontainer">
<div class="container wide headerarea <?= $this->page->title = 'Home' ? 'Home' : ''?>">
<?php $this->render_partial('site:header'); ?>
# |
Document |
Type |
1 |
Brands |
CMS template |