View_Exception [ 0 ]: The requested view views/default/privacy/list AND views/privacy/list could not be found

MODPATH\core\classes\view.php [ 32 ]

27 		
28 		if (($path = Kohana::find_file('views/'.$theme, $file)) === FALSE)
29 		{
30 			if (($path = Kohana::find_file('views', $file)) === FALSE)
31 			{
32 				throw new View_Exception('The requested view :file could not be found', array(
33 					':file' => 'views/'.$theme.'/'.$file . ' AND views/'.$file,
34 				));
35 			}
36 		}
37 
  1. SYSPATH\classes\kohana\view.php [ 137 ] » View->set_filename(arguments)

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

  3. MODPATH\www\classes\controller\main.php [ 179 ] » Kohana_View::factory(arguments)

  4. {PHP internal call} » Controller_Main->action_articles()

  5. SYSPATH\classes\kohana\request\client\internal.php [ 120 ] » ReflectionMethod->invoke(arguments)

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

  7. SYSPATH\classes\kohana\request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  8. DOCROOT\index.php [ 115 ] » Kohana_Request->execute()

Environment