HTTP_Exception_404 [ 404 ]: The requested URL china/«/vostochnayameditsina was not found on this server.

SYSPATH/classes/kohana/request/client/internal.php [ 120 ]

115 			$params = $request->param();
116 
117 			// If the action doesn't exist, it's a 404
118 			if ( ! $class->hasMethod('action_'.$action))
119 			{
120 				throw new HTTP_Exception_404('The requested URL :uri was not found on this server.',
121 													array(':uri' => $request->uri()));
122 			}
123 
124 			$method = $class->getMethod('action_'.$action);
125 
  1. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  2. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment