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

SYSPATH/classes/kohana/view.php [ 252 ]

247 	 */
248 	public function set_filename($file)
249 	{
250 		if (($path = Kohana::find_file('views', $file)) === FALSE)
251 		{
252 			throw new View_Exception('The requested view :file could not be found', array(
253 				':file' => $file,
254 			));
255 		}
256 
257 		// Store the file path locally
  1. SYSPATH/classes/kohana/view.php [ 137 ] » Kohana_View->set_filename(arguments)

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

  3. SYSPATH/classes/kohana/controller/template.php [ 33 ] » Kohana_View::factory(arguments)

  4. APPPATH/classes/controller/error.php [ 12 ] » Kohana_Controller_Template->before()

  5. {PHP internal call} » Controller_Error->before()

  6. SYSPATH/classes/kohana/request/client/internal.php [ 104 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/kohana/request.php [ 1154 ] » Kohana_Request_Client->execute(arguments)

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

Environment