PHP程序里面
我从4.3.6升级4.3.7,下载直接覆盖的,之前没问题的。请问各位大大,是那里出现问题了呢?
CodeIgniter\Cache\Exceptions\CacheException
Cache unable to write to {0}
SYSTEMPATH/Cache/Exceptions/CacheException.php at line 10
3 class CacheException extends \RuntimeException implements ExceptionInterface
4 {
5 /**
6 * @return \CodeIgniter\Cache\Exceptions\CacheException
7 */
8 public static function forUnableToWrite(string $path)
9 {
10 return new static(lang('Cache.unableToWrite', [$path]));
11 }
12
13 /**
14 * @return \CodeIgniter\Cache\Exceptions\CacheException
15 */16 public static function forInvalidHandlers()
17 {