Kohana_HTTP_Exception [ 404 ]: The page not found!

SYSPATH/classes/Controller.php [ 57 ]

52 
53 		$requestLang = ORM::factory('Languages')->getRequestLang($this->request);
54 		$orm = new $class();
55 
56 		$result = $orm->where($orm->getBinding(),'=',$param)->find($requestLang['lang']);
57 		if (!$result->loaded()) throw HTTP_Exception::factory(404,'The page not found!');
58 
59 		return $result;
60 	}
61 }
  1. SYSPATH/classes/Controller.php [ 42 ] » Controller->assingVariable(arguments)

  2. SYSPATH/classes/Controller.php [ 22 ] » Controller->getMethodParams(arguments)

  3. {PHP internal call} » 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/Request.php [ 85 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 121 ] » Request->execute()

Environment