HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/OneNewsNationalTeam.php [ 25 ]

20     }
21 
22     public function action_index()
23     { 
24         $n_one = $this->m_news->get_one($this->lang,$this->pref);
25         if (!$n_one) throw new HTTP_Exception_404;
26         $this->m_news->add_view_by_pref($this->pref);
27         $this->rub = $n_one['rub'];
28         $this->seo_title = $n_one['page_title_'.$this->lang];
29         if ($this->seo_title =='') $this->seo_title = $n_one['title_'.$this->lang];
30         $this->seo_keys = $n_one['page_keywords_'.$this->lang];
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_OneNewsNationalTeam->action_index()

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

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

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

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

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

Environment