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

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

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

  2. APPPATH/classes/Model/Item/Articul.php [ 425 ] » Kohana_Cache_File->get(arguments)

  3. APPPATH/classes/Controller/Catalog.php [ 815 ] » Model_Item_Articul->get_preview()

  4. APPPATH/classes/Controller/Catalog.php [ 1166 ] » Controller_Catalog->build_previews(arguments)

  5. APPPATH/classes/Controller/Catalog.php [ 135 ] » Controller_Catalog->prepare_page()

  6. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Catalog->action_index()

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

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

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

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

  11. DOCROOT/index.php [ 132 ] » Kohana_Request->execute()

Environment