Home >Backend Development >PHP Tutorial >Codeigniter出现错误提示Error with CACHE directory的解决方案_php实例

Codeigniter出现错误提示Error with CACHE directory的解决方案_php实例

WBOY
WBOYOriginal
2016-05-17 08:42:211110browse

Codeigniter项目访问时如果出现如下错误提示:

Error with CACHE directory.

检查一下cache目录的权限,就会发现

drwxr-xr-x  3 root root 4096 Mar  1 13:53 cache

这时候只要将其改为可读写

# chmod 777 cache

问题解决。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn