Codeigniter出现错误提示Error with CACHE directory的解决方案
程序员文章站
2023-12-10 23:04:22
codeigniter项目访问时如果出现如下错误提示:
error with cache directory.
检查一下cache目录的权限,就会发现
drwxr-x...
codeigniter项目访问时如果出现如下错误提示:
error with cache directory.
检查一下cache目录的权限,就会发现
drwxr-xr-x 3 root root 4096 mar 1 13:53 cache
这时候只要将其改为可读写,
# chmod 777 cache
问题解决。
推荐阅读
-
Codeigniter出现错误提示Error with CACHE directory的解决方案
-
iis7出现An error occurred on the server when processing the URL错误提示的解决方
-
iis7出现An error occurred on the server when processing the URL错误提示的解决方
-
Codeigniter中禁止A Database Error Occurred错误提示的方法
-
Codeigniter出现错误提示Error with CACHE directory的解决方案
-
电脑出现runtime error错误提示的解决经验
-
电脑出现runtime error错误提示的解决办法
-
Linux内核编译时出现fatal error: openssl/opensslv.h: No such file or directory错误的解决办法
-
Linux内核编译时出现fatal error: openssl/opensslv.h: No such file or directory错误的解决办法
-
IIS出现Server Error in ''/'' Application 的错误,解决方案