ErrorException [ Notice ]: Undefined index: 0

APPPATH/classes/controller/catalog.php [ 196 ]

191 
192         //Финт ушами, передаем в модель вывода блока категорий ID родителя для конечной страницы каталога
193         $tech= new Model_Tech();
194         $tablename = 'catalog';
195         $breadcrums = $tech->get_breadcrums($tablename, $category_id);
196         $cat_add = $breadcrums['0']['parent'];
197         $this->template->breadcrums = $breadcrums;
198 
199         $category_block = $catalog->getCatagory($category_id);
200 
201         if(!isset($category_block['0']))
  1. APPPATH/classes/controller/catalog.php [ 196 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Catalog->action_tovar()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment