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.php | Wojo\Core\Error | errorHandler |
100 | /home/kayle/public_html/library/Core/View.php | require | |
170 | /home/kayle/public_html/library/Core/Content.php | Wojo\Core\View | snippet |
54 | /home/kayle/public_html/view/front/themes/master/page.tpl.php | Wojo\Core\Content | parseContentData |
68 | /home/kayle/public_html/library/Core/View.php | include_once | |
133 | /home/kayle/public_html/library/Controller/Front/IndexController.php | Wojo\Core\View | render |
285 | /home/kayle/public_html/library/Core/Router.php | call_user_func | |
180 | /home/kayle/public_html/library/Core/Router.php | Wojo\Core\Router | handleRequest |
291 | /home/kayle/public_html/index.php | Wojo\Core\Router | run |