View_Exception [ 0 ]: The requested view public/shop/404 could not be found

SYSPATH/classes/Kohana/View.php [ 265 ]

260 	 */
261 	public function set_filename($file)
262 	{
263 		if (($path = Kohana::find_file('views', $file)) === FALSE)
264 		{
265 			throw new View_Exception('The requested view :file could not be found', array(
266 				':file' => $file,
267 			));
268 		}
269 
270 		// Store the file path locally
  1. SYSPATH/classes/Kohana/View.php [ 145 ] » Kohana_View->set_filename(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 30 ] » Kohana_View->__construct(arguments)

  3. SYSPATH/classes/HTTP/Exception/404.php [ 7 ] » Kohana_View::factory(arguments)

  4. SYSPATH/classes/Kohana/Request.php [ 987 ] » HTTP_Exception_404->get_response()

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

Environment