Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4
#1
Video 
(This post was last modified: 03-04-2022, 08:10 AM by sandi341.)

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 /**
Reply


Messages In This Thread
CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 - by sandi341 - 03-04-2022, 05:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB