php实例

关注公众号 jb51net

关闭
首页 > 网络编程 > PHP编程 > php实例 > Codeigniter出现Error with CACHE directory的解决方案

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

投稿:shichen2014

这篇文章主要介绍了Codeigniter出现错误提示Error with CACHE directory的解决方案,需要的朋友可以参考下

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

Error with CACHE directory.

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

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

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

# chmod 777 cache

问题解决。

您可能感兴趣的文章:
阅读全文