ErrorException [ Notice ]: Undefined index: object_id

APPPATH/classes/Controller/Articles.php [ 87 ]

82 				//strom kategorii je v datech clanku
83 				if(!empty($data['category_tree']))
84 				{
85 					foreach($data['category_tree'] as $p)
86 					{
87 						$pieces['/zeme-'.$p['object_id'].'-'.$p['category_url']] = $p['category_name'];		
88 					}
89 				}
90 				
91 				$pieces[]										= $data['name'];
92 				$breadcrumbs									= Model_Breadcrumbs::generate($pieces);
  1. APPPATH/classes/Controller/Articles.php [ 87 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

Environment