HTTP_Exception_404 [ 404 ]: A keresett termék nem található

APPPATH/classes/controller/termek.php [ 162 ]

157 	}
158 
159 	public function action_kapcsolat() {
160 		$termek = ORM::factory('Termek',$this->request->param('id'));
161 		if ($termek->megjelenik == 1) {
162 			throw new HTTP_Exception_404(__("A keresett termék nem található"));
163 		}
164 
165 		$email_cimek = array();
166 		foreach (json_decode($termek->kategoria->get_fokategoria()->megrendeles_emailcim,true) as $key => $emailcim) {
167 			$email_cimek[$emailcim] = $emailcim;
  1. {PHP internal call} » Controller_Termek->action_kapcsolat()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  3. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1137 ] » Kohana_Request_Client->execute(arguments)

  5. DOCROOT/index.php [ 12 ] » Kohana_Request->execute()

Environment