ErrorException [ Warning ]: file_get_contents(/var/www/vhosts/tarnopolski/data/ru/articles_01_wenn_rus.html): failed to open stream: No such file or directory

APPPATH/classes/model/page.php [ 31 ]

26 		
27 		if ($phys === NULL)
28 			throw new Kohana_Request_Exception(kohana::debug($f), NULL, 404);
29 		
30 		$this->phys = $phys;
31 		$this->text = file_get_contents($phys);
32 	}
33 	
34 	public function parse()
35 	{
36 		if ($this->parsed >= 1)
  1. {PHP internal call} » Kohana_Core::error_handler()

  2. APPPATH/classes/model/page.php [ 31 ] » file_get_contents()

  3. APPPATH/classes/controller/tarn.php [ 52 ] » Model_Page->load()

  4. {PHP internal call} » Controller_Tarn->action_page()

  5. SYSPATH/classes/kohana/request.php [ 846 ] » ReflectionMethod->invokeArgs()

  6. APPPATH/bootstrap.php [ 107 ] » Kohana_Request->execute()

  7. DOCROOT/index.php [ 103 ] » require(arguments)

Environment