Home > php教程 > php手册 > body text

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

WBOY
Release: 2016-06-06 20:21:47
Original
1017 people have browsed it

这篇文章主要介绍了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

问题解决。

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!