Kohana_HTTP_Exception_404 [ 404 ]:

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

20         $m_ligs = new Model_Ligs();
21         $m_chemps = new Model_Chempionats();
22         $m_news = new Model_News();
23 
24         $club_info = $m_club->get_one($this->lang,$this->pref);
25         if (!$club_info) throw new Kohana_HTTP_Exception_404;
26         $this->seo_title = $club_info['title'];
27         $this->seo_desc = $club_info['about'];
28         $this->seo_keys = $club_info['title'];
29 
30 
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Club->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