Kohana_View_Exception [ 0 ]: The requested view bouwbedrijfhansnonnekes/ 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 Kohana_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. APPPATH/views/bouwbedrijfhansnonnekes/index.php [ 22 ] » Kohana_View->__construct(arguments)

  3. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  4. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  5. APPPATH/classes/controller/website.php [ 194 ] » Kohana_View->render()

  6. {PHP internal call} » Controller_Website->action_index(arguments)

  7. SYSPATH/classes/kohana/request.php [ 1112 ] » ReflectionMethod->invokeArgs(arguments)

  8. APPPATH/bootstrap.php [ 172 ] » Kohana_Request->execute()

  9. DOCROOT/index.php [ 104 ] » require(arguments)

Environment