View_Exception [ 0 ]: The requested view default/null/index could not be found

APPPATH/classes/stourweb/view.php [ 335 ]

330                 $path = BASEPATH . $file . '.php';
331 
332             }
333             else
334             {
335                 throw new View_Exception('The requested view :file could not be found', array(
336                     ':file' => $file,
337                 ));
338             }
339 
340         }
  1. APPPATH/classes/stourweb/view.php [ 198 ] » Stourweb_View->set_filename(arguments)

  2. APPPATH/classes/stourweb/view.php [ 32 ] » Stourweb_View->__construct(arguments)

  3. APPPATH/classes/stourweb/controller.php [ 102 ] » Stourweb_View::factory(arguments)

  4. DOCROOT/plugins/destination/classes/controller/pc/destination.php [ 85 ] » Stourweb_Controller->display(arguments)

  5. {PHP internal call} » Controller_Pc_Destination->action_main()

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

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

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

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

Environment