Cache_Exception [ 0 ]: Kohana_Cache_File::get failed to unserialize cached object with message : unserialize(): Error at offset 7428 of 8188 bytes

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

175 		catch (ErrorException $e)
176 		{
177 			// Handle ErrorException caused by failed unserialization
178 			if ($e->getCode() === E_NOTICE)
179 			{
180 				throw new Cache_Exception(__METHOD__.' failed to unserialize cached object with message : '.$e->getMessage());
181 			}
182 
183 			// Otherwise throw the exception
184 			throw $e;
185 		}
  1. APPPATH/classes/Model/Frontend/Solutions.php [ 8 ] » Kohana_Cache_File->get(arguments)

  2. APPPATH/classes/Model/Frontend/Solutions.php [ 818 ] » Model_Frontend_Solutions->getSolutionById(arguments)

  3. APPPATH/classes/Controller/Frontend/Solution.php [ 125 ] » Model_Frontend_Solutions->getSolutionsCategoryItems(arguments)

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

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

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

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

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

  9. DOCROOT/index.php [ 116 ] » Kohana_Request->execute()

Environment