ErrorException [ Notice ]: Undefined index: description

APPPATH/classes/Controller/Category.php [ 48 ]

43         $this->template->content = View::factory('Pages/category')
44                 ->set('articles', $articles)
45                 ->set('pagination', $pagination)
46                 ->set('top',$top)
47                 ->set('cat_name', $category['title'])
48                 ->set('cat_desc', $category['description'])
49                 ->set('sidebar', View::factory('Blocks/sidebar')->set(Model::factory('Layout')->get_sidebar($this->lang)))
50                 ->set('bottom', Model::factory('Articles')->get_bottom_articles($this->lang))
51                 ->set('lang', $this->lang)
52                 ;
53     }
  1. APPPATH/classes/Controller/Category.php [ 48 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Category->action_index()

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

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

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

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

  7. DOCROOT/index.php [ 138 ] » Kohana_Request->execute()

Environment