CodeIgniter\Cache\Exceptions\CacheException in Codeigniter 4 |
yes but what you haven't elaborated on is the web server and set up that codeigniter is being served from.
I'm on Linux and cache ,within writable directory on local host i have permissions rwxrwxrwx That 0640 that seems to be mentioned could be read and write , read, and zilch So basically for writable and cache directory within writable, you could try setting 777 permissions to see what happens. IN linux or at least in my case I run a command from the command line , setting permissions recursively. if your on Windows and say using WAMP or something then , then must be a properties ->security -> permissions or similar. try looking around and try changing permissions on cache and writable so that they are read, write and executable . IN Linux you generally need the executable because that is needed fro my understanding for web server system to be able to enter directory . Can you confirm web server is WAMP or ... |
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
|