Cache_Exception [ 0 ]: Cache_File::get failed to unserialize cached object with message : unserialize(): Error at offset 24569 of 24571 bytes

APPPATH/classes/Cache/File.php [ 237 ]

232 		catch (ErrorException $e)
233 		{
234 			// Handle ErrorException caused by failed unserialization
235 			if ($e->getCode() === E_NOTICE)
236 			{
237 				throw new Cache_Exception(__METHOD__.' failed to unserialize cached object with message : '.$e->getMessage());
238 			}
239 
240 			// Otherwise throw the exception
241 			throw $e;
242 		}
  1. APPPATH/classes/Controller/Template.php [ 162 ] » Cache_File->get()

  2. APPPATH/classes/Controller/Template.php [ 153 ] » Controller_Template->_init()

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

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

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

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

  7. APPPATH/classes/Request.php [ 144 ] » Kohana_Request_Client->execute()

  8. DOCROOT/index.php [ 360 ] » Request->execute()

Environment