ErrorException [ Notice ]: unserialize(): Error at offset 0 of 18614 bytes

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

839 			if (is_file($dir.$file))
840 			{
841 				if ((time() - filemtime($dir.$file)) < $lifetime)
842 				{
843 					// Return the cache
844 					return unserialize(file_get_contents($dir.$file));
845 				}
846 				else
847 				{
848 					try
849 					{
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

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

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

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

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

Environment