Notice!
ErrorException [ Notice ]: Trying to get property 'name' of non-object
APPPATH/classes/controller/press.php @ line 32:
31: Model_Label::appendPageLabels('press');
32: $html_title = $data['press']->name .' - '.$pagesInfo['press']['html_title'];
33: $title = html_entity_decode($data['press']->name, null, 'UTF-8');
Notice!
ErrorException [ Notice ]: Trying to get property 'name' of non-object
APPPATH/classes/controller/press.php @ line 33:
32: $html_title = $data['press']->name .' - '.$pagesInfo['press']['html_title'];
33: $title = html_entity_decode($data['press']->name, null, 'UTF-8');
34: $this->template->htmltitle = $html_title .', '. $this->siteName;
Notice!
ErrorException [ Notice ]: Trying to get property 'logo' of non-object
APPPATH/views/press/view.php @ line 4:
3: <div class="well">
4: <?php echo '<img src="' . Utils_UriFactory::get_cdn_uri().'assets/press/' . $press->logo. '" alt="' . $press->name . '">'; ?>
5: <h2> <?php echo $press->name ?> </h2>
Notice!
ErrorException [ Notice ]: Trying to get property 'name' of non-object
APPPATH/views/press/view.php @ line 4:
3: <div class="well">
4: <?php echo '<img src="' . Utils_UriFactory::get_cdn_uri().'assets/press/' . $press->logo. '" alt="' . $press->name . '">'; ?>
5: <h2> <?php echo $press->name ?> </h2>
Notice!
ErrorException [ Notice ]: Trying to get property 'name' of non-object
APPPATH/views/press/view.php @ line 5:
4: <?php echo '<img src="' . Utils_UriFactory::get_cdn_uri().'assets/press/' . $press->logo. '" alt="' . $press->name . '">'; ?>
5: <h2> <?php echo $press->name ?> </h2>
6: <div class="postBy">
Notice!
ErrorException [ Notice ]: Trying to get property 'detail' of non-object
APPPATH/views/press/view.php @ line 7:
6: <div class="postBy">
7: <p class="more"><?php echo html_entity_decode(nl2br($press->detail), ENT_QUOTES, "UTF-8"); ?></p>
8: <br>
Notice! ErrorException [ Notice ]: Trying to get property 'body' of non-object APPPATH/views/press/view.php @ line 10:9: <hr>
10: <p><small><em><?php if ($press->body) { $website = $press->body; echo 'URL : ' . $website; } ?> </em></small></p>
11: