HTTP_Exception_404 [ 404 ]: Unable to find a route to match the URI: chat/compose/AdkAnonym

SYSPATH/classes/kohana/request.php [ 1142 ]

1137 	 */
1138 	public function execute()
1139 	{
1140 		if ( ! $this->_route instanceof Route)
1141 		{
1142 			throw new HTTP_Exception_404('Unable to find a route to match the URI: :uri', array(
1143 				':uri' => $this->_uri,
1144 			));
1145 		}
1146 
1147 		if ( ! $this->_client instanceof Request_Client)
  1. DOCROOT/index.php [ 113 ] » Kohana_Request->execute()

Environment