[ 0 ]: SplFileInfo::openFile(/var/www/clients/client3/web11/web/application/cache/ec/ecaef9298e1a5458c0327a6de856d8743399a567.cache): failed to open stream: No such file or directory

MODPATH/cache/classes/Kohana/Cache/File.php [ 470 ]

465 	 */
466 	protected function _is_expired(SplFileInfo $file)
467 	{
468 		// Open the file and parse data
469 		$created = $file->getMTime();
470 		$data = $file->openFile("r");
471 		$lifetime = (int) $data->fgets();
472 
473 		// If we're at the EOF at this point, corrupted!
474 		if ($data->eof())
475 		{
  1. MODPATH/cache/classes/Kohana/Cache/File.php [ 470 ] » SplFileInfo->openFile(arguments)

  2. MODPATH/cache/classes/Kohana/Cache/File.php [ 144 ] » Kohana_Cache_File->_is_expired(arguments)

  3. APPPATH/classes/App.php [ 578 ] » Kohana_Cache_File->get(arguments)

  4. APPPATH/classes/App.php [ 919 ] » App::checkCategory(arguments)

  5. APPPATH/classes/App.php [ 959 ] » App::generateHTMLCategory_v2(arguments)

  6. APPPATH/views/default_v2/template.php [ 256 ] » App::generateHTMLCategory_v2(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  9. APPPATH/classes/Kohana/Controller/Template.php [ 141 ] » Kohana_View->render()

  10. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

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

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

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

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

  15. DOCROOT/index.php [ 141 ] » Kohana_Request->execute()

Environment