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

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

471 		$lifetime = (int) $data->fgets();
472 
473 		// If we're at the EOF at this point, corrupted!
474 		if ($data->eof())
475 		{
476 			throw new Cache_Exception(__METHOD__ . ' corrupted cache file!');
477 		}
478 
479 		//close file
480 		$data = null;
481 
  1. MODPATH/cache/classes/Kohana/Cache/File.php [ 144 ] » Kohana_Cache_File->_is_expired(arguments)

  2. APPPATH/classes/Controller/Index.php [ 190 ] » Kohana_Cache_File->get(arguments)

  3. APPPATH/classes/Controller/Index/Catalogue.php [ 8 ] » Controller_Index->before()

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

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

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

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

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

  9. APPPATH/classes/Controller/Index/Product.php [ 61 ] » Kohana_Request->execute()

  10. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Index_Product->action_product()

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

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

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

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

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

Environment