ErrorException [ Warning ]: Undefined array key 20

APPPATH/views/home/blog_detail.php [ 16 ]

11                     $blog_type_name = '';
12                     $blog_type = Controller_Helper_Constant::$BLOG_TYPE;
13                     foreach($blog_type as $value => $item_blog_type) {
14                       if($a_blog_language->get__Blog_Type() == $value) {
15                           $blog_type_name = $item_blog_type;
16                           $blog_type_url = $arr_blog_type_url[$value];
17                           break;
18                       }  
19                     }
20                     ?>
21                     <li class="breadcrumb-item"><a href="<?= URL::base()."blog-list/".$blog_type_url.".html"?>"><?= $blog_type_name ?></a></li>
  1. APPPATH/views/home/blog_detail.php [ 16 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture()

  4. SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  5. APPPATH/template/portal/default/layout.php [ 2 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture()

  8. APPPATH/template/master.php [ 97 ] » Kohana_View->render()

  9. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture()

  11. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  12. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

  13. {PHP internal call} » Kohana_Controller->execute()

  14. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke()

  15. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  16. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute()

  17. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment