View_Exception [ 0 ]: The requested view :file could not be found

SYSPATH/classes/KO7/View.php [ 260 ]

255 	public function set_filename($file)
256 	{
257 		$path = KO7::find_file('views', $file);
258 		if (! $path)
259 		{
260 			throw new View_Exception(
261 				'The requested view :file could not be found',
262 				[':file' => $file]
263 			);
264 		}
265 
  1. SYSPATH/classes/KO7/View.php [ 154 ] » KO7_View->set_filename( Arguments )

  2. SYSPATH/classes/KO7/View.php [ 31 ] » KO7_View->__construct( Arguments )

  3. APPPATH/classes/HTTP/Exception/404.php [ 10 ] » KO7_View::factory( Arguments )

  4. SYSPATH/classes/KO7/Request/Client/Internal.php [ 104 ] » HTTP_Exception_404->get_response( )

  5. SYSPATH/classes/KO7/Request/Client.php [ 115 ] » KO7_Request_Client_Internal->execute_request( Arguments )

  6. SYSPATH/classes/KO7/Request.php [ 934 ] » KO7_Request_Client->execute( Arguments )

  7. DOCROOT/www/index.php [ 122 ] » KO7_Request->execute( )

Environment