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/views/layout/site/global_inner_new.php [ 344 ] » Kohana_Cache_File->get(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

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

  4. MODPATH/ariol/classes/Extasy/View.php [ 28 ] » Kohana_View->render(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 228 ] » Extasy_View->render()

  6. MODPATH/ariol/classes/Extasy/Controller.php [ 71 ] » Kohana_View->__toString()

  7. MODPATH/ariol/classes/Controller/Site.php [ 136 ] » Extasy_Controller->after()

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

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

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

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

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

  13. DOCROOT/index.php [ 149 ] » Kohana_Request->execute()

Environment