ErrorException [ Notice ]: unserialize(): Error at offset 4071 of 4096 bytes

SYSPATH/classes/kohana/core.php [ 759 ]

754 				if (is_file($dir.$file))
755 				{
756 					if ((time() - filemtime($dir.$file)) < $lifetime)
757 					{
758 						// Return the cache
759 						return unserialize(file_get_contents($dir.$file));
760 					}
761 					else
762 					{
763 						// Cache has expired
764 						unlink($dir.$file);
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/kohana/core.php [ 759 ] » unserialize(arguments)

  3. SYSPATH/classes/kohana/core.php [ 272 ] » Kohana_Core::cache(arguments)

  4. APPPATH/bootstrap.php [ 59 ] » Kohana_Core::init(arguments)

  5. DOCROOT/index.php [ 105 ] » require(arguments)

Environment