Cache_Exception [ 0 ]: Kohana_Cache_File::_is_expired corrupted cache file!

/var/www/primadoma-modules/cache/classes/Kohana/Cache/File.php [ 483 ]

478 		$lifetime = (int) $data->fgets();
479 
480 		// If we're at the EOF at this point, corrupted!
481 		if ($data->eof())
482 		{
483 			throw new Cache_Exception(__METHOD__ . ' corrupted cache file!');
484 		}
485 
486 		//close file
487 		$data = null;
488 
  1. /var/www/primadoma-modules/cache/classes/Kohana/Cache/File.php [ 143 ] » Kohana_Cache_File->_is_expired(arguments)

  2. /var/www/primadoma-modules/latestcontent/classes/Model/Latestcontent.php [ 13 ] » Kohana_Cache_File->get(arguments)

  3. APPPATH/classes/Controller/Theme.php [ 132 ] » Model_Latestcontent::get_latest(arguments)

  4. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Theme->before()

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

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

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

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

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

Environment