CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 |
HI I am Getting an cache exception error in windows10 error not able to load files in local host. Below image link will show the error exactly please help me solve it.
https: //imgur.com/a/eYMInPd https://imgur.com/a/9rXJvAw CodeIgniter\Cache\Exceptions\CacheException Cache unable to write to \cache/. SYSTEMPATH\Cache\Handlers\FileHandler.php at line 61 54 ]; 55 } 56 57 $this->path = ! empty($config->file['storePath']) ? $config->file['storePath'] : WRITEPATH . 'cache'; 58 $this->path = rtrim($this->path, '/') . '/'; 59 60 if (! is_really_writable($this->path)) { 61 throw CacheException::forUnableToWrite($this->path); 62 } 63 64 $this->mode = $config->file['mode'] ?? 0640; 65 $this->prefix = $config->prefix; 66 } 67 68 /** |
Messages In This Thread |
CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 - by sandi341 - 03-04-2022, 05:48 AM
RE: CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 - by captain-sensible - 03-06-2022, 08:47 AM
RE: CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 - by wuuyun - 03-11-2022, 06:55 PM
RE: CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 - by InsiteFX - 03-12-2022, 12:01 AM
|