View_Exception [ 0 ]: The requested view static/contacts could not be found

SYSPATH/classes/Kohana/View.php [ 257 ]

252 	 */
253 	public function set_filename($file)
254 	{
255 		if (($path = Kohana::find_file('views', $file)) === FALSE)
256 		{
257 			throw new View_Exception('The requested view :file could not be found', array(
258 				':file' => $file,
259 			));
260 		}
261 
262 		// 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. APPPATH/classes/Controller/Static.php [ 25 ] » Kohana_View::factory(arguments)

  4. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Static->action_index()

  5. {PHP internal call} » Kohana_Controller->execute()

  6. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

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

Environment