HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Static.php [ 18 ]

13     }
14 
15     public function action_index()
16     {
17         $page_c = $this->m_menu->get_one($this->lang,$this->pref);
18         if (!$page_c) throw new HTTP_Exception_404;
19         $seo = $this->m_menu->get_seo($this->pref,$this->lang);
20 
21         $this->seo_title = $seo['seo_title'];
22         $this->seo_keys = $seo['seo_keys'];
23         $this->seo_desc = $seo['seo_desc'];
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Static->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