ErrorException [ Notice ]: Undefined index: cn_name

APPPATH/classes/Controller/News.php [ 67 ]

62 		
63 		$content = View::factory('/pages/news/news_one',$data);
64         $this->template->title = 'Новости';
65         $this->template->description = 'Новости';
66        	$this->template->content = $content ;
67 		$this->template->h1 = $data['item_news']['cn_name'] ;
68 		
69 		
70  
71     }
72 	
  1. APPPATH/classes/Controller/News.php [ 67 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

Environment