Debugger

ErrorException /home/kayle/public_html/view/front/plugins/blog/latest/index.tpl.php : 24

Undefined array key 0

Extra info

Code /home/kayle/public_html/view/front/plugins/blog/latest/index.tpl.php:24

                  
  
14 use Wojo\Module\Blog\Blog;
15 use Wojo\Url\Url;
16 use Wojo\Utility\Utility;
17
18 if (!defined('_WOJO')) {
19 die('Direct access to this location is not allowed.');
20 }
21 ?>
22 <!-- Blog Latest -->
23 <?php $setting = Utility::findInArray($this->properties['all'], 'id', $this->properties['id']); ?>
24 <div class="wojo small segment<?php echo ($setting[0]->alt_class)? ' ' . $setting[0]->alt_class : null; ?>">
25 <div class="scrollbox height600">
26 <?php if ($setting[0]->show_title): ?>
27 <h5 class="center-align"><?php echo $setting[0]->title; ?></h5>
28 <?php endif; ?>
29 <?php if ($setting[0]->body): ?>
30 <?php echo Url::out_url($setting[0]->body); ?>
31 <?php endif; ?>
32 <?php if ($data = (new Blog)->LatestPlugin()): ?>
33 <div class="wojo very relaxed list">
  

Trace

Line File Class Function
24/home/kayle/public_html/view/front/plugins/blog/latest/index.tpl.phpWojo\Core\ErrorerrorHandler
100/home/kayle/public_html/library/Core/View.phprequire
170/home/kayle/public_html/library/Core/Content.phpWojo\Core\Viewsnippet
54/home/kayle/public_html/view/front/themes/master/page.tpl.phpWojo\Core\ContentparseContentData
68/home/kayle/public_html/library/Core/View.phpinclude_once
133/home/kayle/public_html/library/Controller/Front/IndexController.phpWojo\Core\Viewrender
285/home/kayle/public_html/library/Core/Router.phpcall_user_func
180/home/kayle/public_html/library/Core/Router.phpWojo\Core\RouterhandleRequest
291/home/kayle/public_html/index.phpWojo\Core\Routerrun