Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Match.php [ 30 ]

25         $m_groups= new Model_GroupsPlayOff();
26         $m_protocol = new Model_Protocol();
27         $m_statistic = new Model_OnlineStatistic();
28         $id = $this->request->param('id');
29         $match = $m_match->get_match_by_id($id,$this->lang);
30         if (!$match) throw new Kohana_HTTP_Exception_404;
31         $club_1 = $m_clubs->get_one_for_match_by_id($match['k_1_id'],$this->lang);
32         if (!$club_1) throw new Kohana_HTTP_Exception_404;
33         $club_2 = $m_clubs->get_one_for_match_by_id($match['k_2_id'],$this->lang);
34         if (!$club_2) throw new Kohana_HTTP_Exception_404;
35         $pdfLink = $m_protocol->get_pdf_link($id);
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Match->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