Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: assets/images/conteudo/imoveis/183-3062-g.jpg

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

630 		}
631 
632 		// No matching route for this URI
633 		$this->status = 404;
634 
635 		throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
636 			array(':uri' => $uri));
637 	}
638 
639 	/**
640 	 * Returns the response as the string representation of a request.
  1. SYSPATH/classes/kohana/request.php [ 272 ] » Kohana_Request->__construct(arguments)

  2. APPPATH/bootstrap.php [ 118 ] » Kohana_Request::instance(arguments)

  3. DOCROOT/index.php [ 107 ] » require(arguments)

Environment