RuntimeException [ 0 ]: Cannot open file '/data/home/qxu1539870134/htdocs/v5/cache/html/ab/ab8f4d2723c22e2c4bf1db4d00a91dd8d8d86fbe.cache'

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 [ 1372 ] » Kohana_Cache_File->set(arguments)

  3. APPPATH/classes/controller/line.php [ 130 ] » Common::cache(arguments)

  4. {PHP internal call} » Controller_Line->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 [ 144 ] » Kohana_Request->execute()

Environment