ErrorException [ Notice ]: Undefined variable: category_detail

APPPATH/views/home/news/list.php [ 17 ]

12             </div>
13         </div>
14         <div class="col-md-8 content-left">
15             <div class="articles sports">
16                 <header>
17                     <h3 class="title-head"><?= $category_detail->getName(); ?></h3>
18                 </header>
19                 <?php if($n_count_all>0): ?>
20                 <?php foreach($a_article as $item):?>
21                 <?php $article = $item->get_data(); ?>
22                 <?php  
  1. APPPATH/views/home/news/list.php [ 17 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

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

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

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

  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(arguments)

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

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

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

Environment