View_Exception Object ( [message:protected] => The requested view help/contact could not be found [string:Exception:private] => [code:protected] => 0 [file:protected] => /homepages/35/d123446240/htdocs/bestbetreut/system/classes/kohana/view.php [line:protected] => 252 [trace:Exception:private] => Array ( [0] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/system/classes/kohana/view.php [line] => 137 [function] => set_filename [class] => Kohana_View [type] => -> ) [1] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/system/classes/kohana/view.php [line] => 30 [function] => __construct [class] => Kohana_View [type] => -> ) [2] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/application/classes/controller/help.php [line] => 136 [function] => factory [class] => Kohana_View [type] => :: ) [3] => Array ( [function] => action_contact [class] => Controller_Help [type] => -> ) [4] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/system/classes/kohana/request/client/internal.php [line] => 118 [function] => invoke [class] => ReflectionMethod [type] => -> ) [5] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/system/classes/kohana/request/client.php [line] => 64 [function] => execute_request [class] => Kohana_Request_Client_Internal [type] => -> ) [6] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/system/classes/kohana/request.php [line] => 1138 [function] => execute [class] => Kohana_Request_Client [type] => -> ) [7] => Array ( [file] => /homepages/35/d123446240/htdocs/bestbetreut/index.php [line] => 109 [function] => execute [class] => Kohana_Request [type] => -> ) ) [previous:Exception:private] => )

View_Exception [ 0 ]: The requested view help/contact 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 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()

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

  3. APPPATH/classes/controller/help.php [ 136 ] » Kohana_View::factory()

  4. {PHP internal call} » Controller_Help->action_contact()

  5. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke()

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

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

  8. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment