Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Model/Site.php [ 29 ]

24 		}
25 
26 		if (!empty($rubric)) {
27 			return $rubric;
28 		} else {
29 			throw new Kohana_HTTP_Exception_404();
30 		}
31 	}
32 
33 	// Извлечь категорию по id
34 	public function get_rubric_by_id ($id)
  1. APPPATH/classes/Controller/Products.php [ 29 ] » Model_Site->get_rubric_by_link(arguments)

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

  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 [ 997 ] » Kohana_Request_Client->execute(arguments)

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

Environment