ErrorException /var/www/community_st_usr/data/www/community.stellaritygroup.com/view/front/plugins/blog/latest/index.tpl.php : 24
Undefined array key 0
Extra info |
https://community.stellaritygroup.com/page/slider-page
Code /var/www/community_st_usr/data/www/community.stellaritygroup.com/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 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/view/front/plugins/blog/latest/index.tpl.php | Wojo\Core\Error | errorHandler |
| 100 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/library/Core/View.php | require | |
| 170 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/library/Core/Content.php | Wojo\Core\View | snippet |
| 54 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/view/front/themes/master/page.tpl.php | Wojo\Core\Content | parseContentData |
| 68 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/library/Core/View.php | include_once | |
| 133 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/library/Controller/Front/IndexController.php | Wojo\Core\View | render |
| 285 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/library/Core/Router.php | call_user_func | |
| 180 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/library/Core/Router.php | Wojo\Core\Router | handleRequest |
| 281 | /var/www/community_st_usr/data/www/community.stellaritygroup.com/index.php | Wojo\Core\Router | run |