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

APPPATH/classes/view.php [ 21 ]

16     if (false===$path) {
17       $path = Kohana::find_file($dir, $file);
18     }
19 
20     if (false===$path) {
21       throw new View_Exception('The requested view :file could not be found', array(
22         ':file' => $file,
23         ':directory' => isset($dir_tpl) ? $dir_tpl : $dir,
24       ));
25     }
26 
  1. SYSPATH/classes/kohana/view.php [ 137 ] » View->set_filename(arguments)

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

  3. APPPATH/classes/controller/lulu.php [ 156 ] » Kohana_View::factory(arguments)

  4. {PHP internal call} » Controller_Lulu->action_article()

  5. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » 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 [ 109 ] » Kohana_Request->execute()

Environment