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

MODPATH\cache\classes\kohana\cache\file.php [ 151 ]

146 				$lifetime = $data->fgets();
147 
148 				// If we're at the EOF at this point, corrupted!
149 				if ($data->eof())
150 				{
151 					throw new Cache_Exception(__METHOD__.' corrupted cache file!');
152 				}
153 
154 				$cache = '';
155 
156 				while ($data->eof() === FALSE)
  1. APPPATH\classes\common.php [ 1362 ] » Kohana_Cache_File->get(arguments)

  2. DOCROOT\plugins\article\classes\controller\pc\article.php [ 14 ] » Common::cache(arguments)

  3. {PHP internal call} » Controller_Pc_Article->before()

  4. SYSPATH\classes\kohana\request\client\internal.php [ 103 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH\classes\kohana\request\client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH\classes\kohana\request.php [ 1160 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT\index.php [ 141 ] » Kohana_Request->execute()

Environment