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/Helper.php [ 63 ] » Kohana_Cache_File->get(arguments)

  2. APPPATH/classes/Model/Image.php [ 16 ] » Helper::get_file_config(arguments)

  3. APPPATH/classes/Model/Image.php [ 58 ] » Model_Image->sub_table(arguments)

  4. APPPATH/classes/Catalog.php [ 117 ] » Model_Image->get_imagesByIdconnectType(arguments)

  5. APPPATH/classes/Catalog.php [ 244 ] » Catalog::add_images(arguments)

  6. APPPATH/classes/Controller/Catalog.php [ 85 ] » Catalog::get_tovarsOnCategory(arguments)

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

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

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

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

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

  12. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment