RuntimeException [ 0 ]: SplFileInfo::openFile(D:\www.foxtravel.cn\data\cache\v5\html\09\09e7f2945915779c2c82d5b148dd9ebc18a60a61.cache): failed to open stream: No space left on device

MODPATH\cache\classes\kohana\cache\file.php [ 234 ]

229 			chmod($directory, 0777);
230 		}
231 
232 		// Open file to inspect
233 		$resouce = new SplFileInfo($directory.$filename);
234 		$file = $resouce->openFile('w');
235 
236 		try
237 		{
238 			$data = $lifetime."\n".serialize($data);
239 			$file->fwrite($data, strlen($data));
  1. MODPATH\cache\classes\kohana\cache\file.php [ 234 ] » SplFileInfo->openFile(arguments)

  2. APPPATH\classes\common.php [ 1367 ] » Kohana_Cache_File->set(arguments)

  3. DOCROOT\plugins\outdoor\classes\controller\pc\outdoor.php [ 268 ] » Common::cache(arguments)

  4. {PHP internal call} » Controller_Pc_Outdoor->action_list()

  5. SYSPATH\classes\kohana\request\client\internal.php [ 116 ] » ReflectionMethod->invoke(arguments)

  6. SYSPATH\classes\kohana\request\client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  7. SYSPATH\classes\kohana\request.php [ 1160 ] » Kohana_Request_Client->execute(arguments)

  8. DOCROOT\index.php [ 141 ] » Kohana_Request->execute()

Environment